search for: crypt_salt_format

Displaying 20 results from an estimated 38 matches for "crypt_salt_format".

2008 Jul 26
2
Samba + LDAP integration
...pTLS="0" suffix="dc=example,dc=org" usersdn="ou=people,${suffix}" computersdn="ou=machines,${suffix}" groupsdn="ou=groups,${suffix}" sambaUnixIdPooldn="sambaDomainName=MYDOMAIN,${suffix}" scope="one" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userHomeDirectoryMode="700" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="45" userSmbH...
2007 May 24
1
problem with synchronize samba and unix password - ldap
...so changing but I cannot to log to system with that unix password. Somebody knows why? part of smb.conf ldap password sync = Yes #unix password sync = Yes passwd program = /usr/sbin/smbldap-passwd -u %u update encrypted = yes encrypt passwords = yes smbldap.conf hash_encrypt="CRYPT" crypt_salt_format="%s" Thanks in advance luk
2004 Sep 27
3
Problems with the IdealX scripts
...older,dc=com" usersdn="ou=People,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=People,${suffix}" sambaUnixIdPooldn="cn=Uidpool,ou=People,${suffix}" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/false" userHome="/home/%U" userGecos="Samba User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="90" userSmbHome="" userProfile="&qu...
2009 Nov 26
1
password expiration problem
...workgroup" usersdn="ou=Users,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=Users,${suffix}" sambaUnixIdPooldn="sambaDomainName=WORKGROUP,${suffix}" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userHomeDirectoryMode="700" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="365" userSmb...
2006 Jun 15
0
UNIX accounts cant create
...m,dc=ar" usersdn="ou=Users,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=Idmap,${suffix}" sambaUnixIdPooldn="sambaDomainName=XXXXXL_DOM,${suffix}" scope="sub" hash_encrypt="CRYPT" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/usuarios/%U" userHomeDirectoryMode="700" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="45" use...
2014 Dec 02
0
SID always change after reboot
...suffix="dc=boxAA,dc=boxx,dc=boxx" usersdn="ou=Users,${suffix}" groupsdn="ou=Groups,${suffix}" sambaUnixIdPooldn="sambaDomainName=${sambaDomain},${suffix}" scope="sub" hash_encrypt="SHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/export/users//%U/" userHomeDirectoryMode="700" userGecos="iDragonCloud User" defaultUserGid="48" defaultComputerGid="49"...
2006 Jun 30
1
ldap password sync and RFC2307 hash schemes
...altsalt$hashhashhashhash format; the crypt() function the special format and automatically uses the MD5 algorithm. Obviously, out of the two, the second one is preferable. So, I've configured smbldap-tools by putting the following in smbldap.conf: hash_encrypt="CRYPT" crypt_salt_format="$1$%.8s" So far, so good. Running smbldap-passwd causes crypt()-style MD5 passwords to go into userPassword attributes in LDAP, and Unix users can login just fine. The userPassword attributes look like {crypt}$1$saltsalt$hashhashhashhash just as RFC 2307 says they should if they a...
2008 Oct 28
0
samba 3.2.3: win2k join fails, xp join works
...rsdn="ou=People,dc=isi,dc=lan" computersdn="ou=Computers,dc=isi,dc=lan" groupsdn="ou=Groups,dc=isi,dc=lan" idmapdn="ou=Idmap,dc=isi,dc=lan" sambaUnixIdPooldn="sambaDomainName=DOMINIO,dc=isi,dc=lan" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="99" userSmbHome="" userProfile="&qu...
2004 Jul 19
3
Samba/LDAP/PDC Questions
...uot;dc=ab,dc=com" usersdn="ou=Users,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=Idmap,${suffix}" sambaUnixIdPooldn="cn=NextFreeUnixId,${suffix}" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/tcsh" userHome="/u/%U" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" userSmbHome="\\pdc\%U" userProfile="" userHomeDrive="H:&quo...
2009 Nov 29
0
password expiration
...workgroup" usersdn="ou=Users,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" idmapdn="ou=Users,${suffix}" sambaUnixIdPooldn="sambaDomainName=WORKGROUP,${suffix}" scope="sub" hash_encrypt="SSHA" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userHomeDirectoryMode="700" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="365" userSmb...
2004 Nov 23
2
Users being deleted from Domain Users group on Samba BDC during vampire process of migration
...quot; # Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="%s" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginShe...
2004 Nov 23
1
Fw: Users being deleted from Domain Users group on Samba BDC during vampire process of migration
...quot; # Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="%s" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginS...
2004 Nov 09
1
Migrating NT4 Domain with Idealx tools
...ldapTLS="0" suffix="dc=ub,dc=unibas,dc=ch" usersdn="ou=Users,${suffix}" computersdn="ou=Computers,${suffix}" groupsdn="ou=Groups,${suffix}" sambaUnixIdPooldn="cn=NextFreeUnixId,${suffix}" scope="sub" hash_encrypt="MD5" crypt_salt_format="%s" userLoginShell="/bin/bash" userHome="/home/%U" userGecos="UB Domain User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" userSmbHome="\\sarge-ts\%U" userProfile="\\sarge-ts\%U\winprofile...
2005 Nov 30
0
samba /openldap error message
...ix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="%s" ################## # Unix Accounts Configuration #################### # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginShell="/bin/bash" # Home directory # Ex: userHome="/home/%U" userHome="/home/%U" # Gecos userG...
2006 Jun 15
3
UNIX accounts can create
Anybody know whats wrong when the commands smbldap-useradd or populate work fine with ldap but cant create unix/linux accounts ???? Pelase Help. Jorge __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ?gratis! ?Abr? tu cuenta ya! - http://correo.yahoo.com.ar
2004 Oct 25
2
can't join domain / smbldap-useradd -w machine not working
...quot; # Unix password encryption (CRYPT, MD5, SMD5, SSHA, SHA) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="%s" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginShe...
2012 May 06
0
Cannot mount users home directories from a samba server
...ix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="%s" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginShe...
2005 Jun 13
0
Problems Migrating password and group info to ldap
...ix password encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! crypt_salt_format="" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userLoginShell...
2007 Jan 30
2
Netlogon, roming profiles in samba(PDC)-ldap
...ssword encryption (CRYPT, MD5, SMD5, SSHA, SHA, CLEARTEXT) hash_encrypt="SSHA" # 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$%.8s". This parameter is optional! #crypt_salt_format="%s" ############################################################################## # # Unix Accounts Configuration # ############################################################################## # Login defs # Default Login Shell # Ex: userLoginShell="/bin/bash" userL...
2010 Jul 02
2
Fail to join a Windows 2008 R2 to a Samba+LDAP PDC version3.5.4
...T, MD5, SMD5, SSHA, SHA, CLEARTEXT) > hash_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$%.8s". This parameter is optional! > crypt_salt_format="" > > ############################################################################## > # > # Unix Accounts Configuration > # > ############################################################################## > > # Login defs > # Default Login Shell > # Ex: use...