summaryrefslogtreecommitdiff
path: root/source3/include/smbldap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-09-11 16:50:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:39 -0500
commite16f8188eaee0d4b8e059bea755100a98ac1867d (patch)
treec5021e9b3ea03ca89e4e93435c081c09caf0a12d /source3/include/smbldap.h
parent3853c7e1447e473bf34f207971b5f1c03a17ffb5 (diff)
downloadsamba-e16f8188eaee0d4b8e059bea755100a98ac1867d.tar.gz
samba-e16f8188eaee0d4b8e059bea755100a98ac1867d.tar.bz2
samba-e16f8188eaee0d4b8e059bea755100a98ac1867d.zip
r25092: Add support for storing trusted domain passwords in LDAP for
passdb backend = ldapsam. Along with reproducing the functionality of the secrets.tdb code, I have prepared the handling of the previous trust password (in case we are contacting a dc which does not yet know of a recent password change). This information has still to be propagated to the outside, but this requires a change of the api and also a change of the secrets.tdb code. Michael (This used to be commit 6c3c20e6c4a2b04de8111f2c79b431f0775c2a0f)
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r--source3/include/smbldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index bc438a98de..c05f53ae31 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -40,6 +40,7 @@ struct smbldap_state;
#define LDAP_OBJ_IDMAP_ENTRY "sambaIdmapEntry"
#define LDAP_OBJ_SID_ENTRY "sambaSidEntry"
#define LDAP_OBJ_TRUST_PASSWORD "sambaTrustPassword"
+#define LDAP_OBJ_TRUSTDOM_PASSWORD "sambaTrustedDomainPassword"
#define LDAP_OBJ_ACCOUNT "account"
#define LDAP_OBJ_POSIXACCOUNT "posixAccount"