s not set here, you must set the full dn for groupsdn=«ou=group, $ {suffix}»
# Where are stored Idmap entries (used if samba is a domain member server)
# Ex: groupsdn=«ou=Idmap, dc=IDEALX, dc=ORG»
# Warning: if «suffix» is not set here, you must set the full dn for idmapdn=«ou=idmap, $ {suffix}»
# Where to store next uidNumber and gidNumber available for new users and groups
# If not defined, entries are stored in sambaDomainName object.
# Ex: sambaUnixIdPooldn=«sambaDomainName=$ {sambaDomain}, $ {suffix}»
# Ex: sambaUnixIdPooldn=«cn=NextFreeUnixId,${suffix}»=«sambaDomainName=${sambaDomain},${suffix}»
# Default scope Used=«sub»
# Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) _encrypt=«MD5»
# if hash_encrypt is set to CRYPT, you may set a salt format.
# default is" % s», but many systems will generate MD5 hashed
# passwords if you use «$ 1 $% .8 s». This parameter is optional! _salt_format="% S»
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Unix Accounts Configuration
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Login defs
# Default Login Shell
# Ex: userLoginShell=«/ bin / bash»=«/ bin / bash»
# Home directory
# Ex: userHome=«/ home /% U»=«/ domain / home /% U»
# Default mode used for user homeDirectory=«700»
# Gecos=«System User»
# Default User (POSIX and Samba) GID=«513»
# Default Computer (Samba) GID=«515»
# Skel dir=«/ etc / skel»
# Default password validation time (time in days) Comment the next line if
# you don't want password to be enable for defaultMaxPasswordAge days (be
# careful to the sambaPwdMustChange attribute's value)=«365»
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# SAMBA Configuration
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# The UNC path to home drives location (% U username substitution)
# Just set it to a null string if you want to use the smb.conf «logon home»
# directive and / or disable roaming profiles
# Ex: userSmbHome=« PDC-SMB3 % U»=«% L % U»
# The UNC path to profil...