diff -u smbldap-tools-0.9.2.org/smbldap.conf smbldap-tools-0.9.2/smbldap.conf
--- smbldap-tools-0.9.2.org/smbldap.conf	2006-01-03 19:57:41.000000000 +0900
+++ smbldap-tools-0.9.2/smbldap.conf	2006-10-15 20:00:52.000000000 +0900
@@ -39,7 +39,7 @@
 # Domain name the Samba server is in charged.
 # If not defined, parameter is taking from smb.conf configuration file
 # Ex: sambaDomain="IDEALX-NT"
-sambaDomain="IDEALX-NT"
+sambaDomain="OSSTECH"
 
 ##############################################################################
 #
@@ -77,7 +77,7 @@
 # If set to 1, this option will use start_tls for connection
 # (you should also used the port 389)
 # If not defined, parameter is set to "1"
-ldapTLS="1"
+ldapTLS="0"
 
 # How to verify the server's certificate (none, optional or require)
 # see "man Net::LDAP" in start_tls section for more details
@@ -97,7 +97,7 @@
 
 # LDAP Suffix
 # Ex: suffix=dc=IDEALX,dc=ORG
-suffix="dc=idealx,dc=org"
+suffix="dc=example,dc=com"
 
 # Where are stored Users
 # Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG"
@@ -123,7 +123,7 @@
 # If not defined, entries are stored in sambaDomainName object.
 # Ex: sambaUnixIdPooldn="sambaDomainName=${sambaDomain},${suffix}"
 # Ex: sambaUnixIdPooldn="cn=NextFreeUnixId,${suffix}"
-sambaUnixIdPooldn="sambaDomainName=IDEALX-NT,${suffix}"
+sambaUnixIdPooldn="sambaDomainName=${sambaDomain},${suffix}"
 
 # Default scope Used
 scope="sub"
@@ -203,7 +203,7 @@
 # Domain appended to the users "mail"-attribute
 # when smbldap-useradd -M is used
 # Ex: mailDomain="idealx.com"
-mailDomain="idealx.com"
+mailDomain="example.com"
 
 ##############################################################################
 #
