diff options
author | Gerald Carter <jerry@samba.org> | 2003-05-20 18:30:58 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-05-20 18:30:58 +0000 |
commit | b5b71336ac2c1c5dca9221a0577a1ca9854acfb2 (patch) | |
tree | cc310317a7d278fee84a876c0ca02dbe414fe07c /source3 | |
parent | 5989937dba3f417684180819970ffa09fb74bed7 (diff) | |
download | samba-b5b71336ac2c1c5dca9221a0577a1ca9854acfb2.tar.gz samba-b5b71336ac2c1c5dca9221a0577a1ca9854acfb2.tar.bz2 samba-b5b71336ac2c1c5dca9221a0577a1ca9854acfb2.zip |
remove USE_SMBPASS_DB
(This used to be commit dd457588134971d839a431e004ef821cb46be671)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index a94dd13ac2..534bbfbf26 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -923,10 +923,6 @@ struct smb_ldap_privates; #define MAP_FILE 0 #endif -#if (!defined(WITH_NISPLUS) && !defined(WITH_LDAP)) -#define USE_SMBPASS_DB 1 -#endif - #if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS) #define OSF1_ENH_SEC 1 #endif |