diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-03-23 00:05:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:12 -0500 |
commit | d735487aad2f722d3d13994b47a998ef5164c660 (patch) | |
tree | 85cd6f99a69cf45cdffbbd10802af4390639da92 /source4/secrets.ldif | |
parent | 1cb21b84a93028147ebd9c408a9db42d34e6cbf0 (diff) | |
download | samba-d735487aad2f722d3d13994b47a998ef5164c660.tar.gz samba-d735487aad2f722d3d13994b47a998ef5164c660.tar.bz2 samba-d735487aad2f722d3d13994b47a998ef5164c660.zip |
r5983: Start support for being a domain member in Samba4.
This adds the auth_domain module to the auth subsystem, and cleans up
some small details around the join process (ensuring all the right
info is in the DB).
Andrew Bartlett
(This used to be commit 858cbfb8210239aa85a01da95e5beb9546a998a5)
Diffstat (limited to 'source4/secrets.ldif')
-rw-r--r-- | source4/secrets.ldif | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/secrets.ldif b/source4/secrets.ldif index ca816ef718..da96c02e6b 100644 --- a/source4/secrets.ldif +++ b/source4/secrets.ldif @@ -19,6 +19,7 @@ objectClass: primaryDomain flatname: ${DOMAIN} realm: ${REALM} secret: ${JOINPASS} +sAMAccountName: ${NETBIOSNAME}$ whenCreated: ${LDAPTIME} whenChanged: ${LDAPTIME} |