diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-05-22 11:10:13 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-05-22 11:10:13 +0000 |
commit | af4cea476c1ae3c3a96faa7970597838071cb5a7 (patch) | |
tree | 5571397d422b300f5b7c55fe0823423e9cd63988 | |
parent | 5c86ae25a1cfca2e6d786dc2da18310dbdef68ff (diff) | |
download | samba-af4cea476c1ae3c3a96faa7970597838071cb5a7.tar.gz samba-af4cea476c1ae3c3a96faa7970597838071cb5a7.tar.bz2 samba-af4cea476c1ae3c3a96faa7970597838071cb5a7.zip |
Commit the header file for the LDAP/secrets changes
(This used to be commit 5512618d3493a04c84a43beaa752c307bce146fc)
-rw-r--r-- | source3/include/secrets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/secrets.h b/source3/include/secrets.h index 3d7e2aa97e..8a5a573bcc 100644 --- a/source3/include/secrets.h +++ b/source3/include/secrets.h @@ -35,6 +35,8 @@ #define SECRETS_DOMAIN_SID "SECRETS/SID" #define SECRETS_SAM_SID "SAM/SID" +#define SECRETS_LDAP_BIND_PW "SECRETS/LDAP_BIND_PW" + /* Authenticated user info is stored in secrets.tdb under these keys */ #define SECRETS_AUTH_USER "SECRETS/AUTH_USER" |