38c3c43
--- smbldap.conf
38c3c43
+++ smbldap.conf
452e2b7
@@ -33,12 +33,12 @@
6b65005
 
6b65005
 # Put your own SID. To obtain this number do: "net getlocalsid".
6b65005
 # If not defined, parameter is taking from "net getlocalsid" return
fe34639
-SID="S-1-5-21-2252255531-4061614174-2474224977"
fe34639
+#SID="S-1-5-21-2252255531-4061614174-2474224977"
6b65005
 
6b65005
 # Domain name the Samba server is in charged.
6b65005
 # If not defined, parameter is taking from smb.conf configuration file
6b65005
 # Ex: sambaDomain="IDEALX-NT"
fe34639
-sambaDomain="DOMSMB"
fe34639
+#sambaDomain="DOMSMB"
6b65005
 
6b65005
 ##############################################################################
6b65005
 #
38c3c43
@@ -76,15 +76,15 @@ verify="require"
6b65005
 
6b65005
 # CA certificate
6b65005
 # see "man Net::LDAP" in start_tls section for more details
6b65005
-cafile="/etc/smbldap-tools/ca.pem"
6b65005
+cafile="/etc/pki/tls/certs/ldapserverca.pem"
6b65005
 
6b65005
 # certificate to use to connect to the ldap server
6b65005
 # see "man Net::LDAP" in start_tls section for more details
2485da4
-clientcert="/etc/smbldap-tools/smbldap-tools.example.com.pem"
6b65005
+clientcert="/etc/pki/tls/certs/ldapclient.pem"
6b65005
 
6b65005
 # key certificate to use to connect to the ldap server
6b65005
 # see "man Net::LDAP" in start_tls section for more details
2485da4
-clientkey="/etc/smbldap-tools/smbldap-tools.example.com.key"
6b65005
+clientkey="/etc/pki/tls/certs/ldapclientkey.pem"
6b65005
 
6b65005
 # LDAP Suffix
6b65005
 # Ex: suffix=dc=IDEALX,dc=ORG
38c3c43
@@ -93,7 +93,7 @@ suffix="dc=example,dc=com"
6b65005
 # Where are stored Users
6b65005
 # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG"
6b65005
 # Warning: if 'suffix' is not set here, you must set the full dn for usersdn
6b65005
-usersdn="ou=Users,${suffix}"
6b65005
+usersdn="ou=People,${suffix}"
6b65005
 
6b65005
 # Where are stored Computers
6b65005
 # Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG"
38c3c43
@@ -103,7 +103,7 @@ computersdn="ou=Computers,${suffix}"
6b65005
 # Where are stored Groups
6b65005
 # Ex: groupsdn="ou=Groups,dc=IDEALX,dc=ORG"
6b65005
 # Warning: if 'suffix' is not set here, you must set the full dn for groupsdn
6b65005
-groupsdn="ou=Groups,${suffix}"
6b65005
+groupsdn="ou=Group,${suffix}"
6b65005
 
6b65005
 # Where are stored Idmap entries (used if samba is a domain member server)
38c3c43
 # Ex: idmapdn="ou=Idmap,dc=IDEALX,dc=ORG"