From d735487aad2f722d3d13994b47a998ef5164c660 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 23 Mar 2005 00:05:44 +0000 Subject: 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) --- source4/secrets.ldif | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/secrets.ldif') 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} -- cgit