1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

remove WITH_TDB_SAM

This commit is contained in:
Gerald Carter -
parent 0fc3fc0b7c
commit ee63331256

View File

@ -923,7 +923,7 @@ struct smb_ldap_privates;
#define MAP_FILE 0
#endif
#if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP) && !defined(WITH_TDB_SAM))
#if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP))
#define USE_SMBPASS_DB 1
#endif