dsdb: Remove unused local_password module
authorAndrew Bartlett <abartlet@samba.org>
Fri, 30 Aug 2019 10:12:03 +0000 (22:12 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 23:55:39 +0000 (23:55 +0000)
commit29729818823161c08b09bcc8e43c3942a503b129
tree58e05cb2d7184be7627d4d5efcf63d8bf0c960ec
parent72201055f53a9a59c90fa6fe94cbc7e968a2b35a
dsdb: Remove unused local_password module

This was an idea about how Samba might have worked if passwords were
not safe to be stored in a remote DB (get some kind of LDAP backend).

Nothing ever used this, but it was a nice idea.  But git master is not
the place to preserve history, even interesting ideas like splitting
passwords from the non-password data (possible because, in the same way
we are allowed to encrypt them, we do not allow a search on password
values).

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/local_password.c [deleted file]
source4/dsdb/samdb/ldb_modules/wscript_build_server