summaryrefslogtreecommitdiffstats
path: root/source/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
commit6c3c20e6c4a2b04de8111f2c79b431f0775c2a0f (patch)
tree765e717339f4939b9b44f223fa02070167ae1034 /source/include/smbldap.h
parent9c03cdf3a449149c50451a44deb420341e65af34 (diff)
downloadsamba-6c3c20e6c4a2b04de8111f2c79b431f0775c2a0f.tar.gz
samba-6c3c20e6c4a2b04de8111f2c79b431f0775c2a0f.tar.xz
samba-6c3c20e6c4a2b04de8111f2c79b431f0775c2a0f.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
Diffstat (limited to 'source/include/smbldap.h')
-rw-r--r--source/include/smbldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smbldap.h b/source/include/smbldap.h
index bc438a98de4..c05f53ae312 100644
--- a/source/include/smbldap.h
+++ b/source/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"