pdb_ldap: Do not skip accounts without a sambaAcctFlags value
authorAndrew Bartlett <abartlet@samba.org>
Thu, 11 Apr 2013 07:21:33 +0000 (17:21 +1000)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 May 2013 17:02:02 +0000 (19:02 +0200)
commit1165776d861e8e4f2fe26dcaf1e9dabdcc0a4179
tree12f9061f4f75290e523b3cfe5dfbcf28e331acb9
parent2c047198caccea30e8583dda869d513913fe1702
pdb_ldap: Do not skip accounts without a sambaAcctFlags value

We allow this to mean a sambaAcctFlags value of zero in other parts of the code
and by allowing these users to show up in a search, we can read and correct them
during the classicupgrade, rather than not know they exist at all.

Most parts of the code do not look for ACB_NORMAL, which is why
these users appear to work.

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/passdb/pdb_ldap.c