Software /
code /
prosody-modules
Diff
mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua @ 873:7aaf5d8750a3
Filter out test record 'seven'
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Mon, 10 Dec 2012 22:34:06 +0100 |
parent | 862:675945ea2ed6 |
child | 1463:d47972f783fb |
line wrap: on
line diff
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Dec 10 22:33:07 2012 +0100 +++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Dec 10 22:34:06 2012 +0100 @@ -8,10 +8,10 @@ bind_password = 'prosody', -- Bind password (optional if anonymous bind is supported) user = { - basedn = 'ou=Users,dc=example,dc=com', -- The base DN where user records can be found - filter = 'objectClass=posixAccount', -- Filter expression to find user records under basedn - usernamefield = 'uid', -- The field that contains the user's ID (this will be the username portion of the JID) - namefield = 'cn', -- The field that contains the user's full name (this will be the alias found in the roster) + basedn = 'ou=Users,dc=example,dc=com', -- The base DN where user records can be found + filter = '(&(objectClass=posixAccount)(!(uid=seven)))', -- Filter expression to find user records under basedn + usernamefield = 'uid', -- The field that contains the user's ID (this will be the username portion of the JID) + namefield = 'cn', -- The field that contains the user's full name (this will be the alias found in the roster) }, groups = {