Mercurial > prosody-modules
diff mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua @ 862:675945ea2ed6
Change hoelzro's mod_auth_ldap to mod_auth_ldap2
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Wed, 05 Dec 2012 18:07:46 +0100 |
parents | 9dc7d92f44e8 |
children | 7aaf5d8750a3 |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Fri Nov 23 19:04:10 2012 +0100 +++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Wed Dec 05 18:07:46 2012 +0100 @@ -1,6 +1,6 @@ -- Use Include 'prosody-posix-ldap.cfg.lua' from prosody.cfg.lua to include this file -authentication = 'ldap' -- Indicate that we want to use LDAP for authentication -storage = 'ldap' -- Indicate that we want to use LDAP for roster/vcard storage +authentication = 'ldap2' -- Indicate that we want to use LDAP for authentication +storage = 'ldap' -- Indicate that we want to use LDAP for roster/vcard storage ldap = { hostname = 'localhost', -- LDAP server location