Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount
authorAndrew Bartlett <abartlet@samba.org>
Sat, 2 Nov 2002 07:09:17 +0000 (07:09 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 2 Nov 2002 07:09:17 +0000 (07:09 +0000)
commit18abaeffda300074a507561d8372d5bfddc8fe50
treec1f32e371f8ab8a80a1fd8a46fb94b7ba4606c1b
parent82f6b264037a2f1b882dc75bc43c6c8b41477270
Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccount
attributes rather than calling getpwnam() on the user.

This should help fix some of metze's performance issues - particularly on
enumerations.

There is a consequential change to the operation of 'non unix account's in LDAP
- they are no longer restricted to being 'within' the NUA range, but will
always be added to that range.

Finally, there is the doco for this and the previous LDAP SSL changes.
docs/docbook/manpages/smb.conf.5.sgml
source/param/loadparm.c
source/passdb/pdb_ldap.c