search for: with_smbpasswd

Displaying 20 results from an estimated 56 matches for "with_smbpasswd".

2004 Sep 22
1
Protocol negotation failed
...hat I missed. Thanks, Misty smbldap_conf.pm: use strict; package smbldap_conf; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapmodify $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos...
2002 Sep 08
2
sambaldap tools
...f not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # Purpose : # . be the configuration file for all smbldap-tools scripts use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapsearch $ldapsearchnobind $ldapmodify $ldappasswd $ldapadd $ldapdelete $ldapmodrdn $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_default...
2004 Sep 27
3
Problems with the IdealX scripts
...="Samba User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="90" userSmbHome="" userProfile="" userHomeDrive="" userScript="" mailDomain="borkholder.com" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" <--- it is actually not here but I didn't think it mattered since with_smbpasswd is set to 0 ### smbldap_bind.conf ### slaveDN="cn=Manager,dc=borkholder,dc=com" slavePw="my_cleartext_pw" masterDN="cn=Manager...
2008 Jul 26
2
Samba + LDAP integration
...;700" userGecos="System User" defaultUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="45" userSmbHome="" userProfile="" userScript="logon.bat" mailDomain="example.org" with_smbpasswd="0" with_slappasswd="0" /etc/ldap.conf ********************** host server.example.org base dc=example,dc=org binddn cn=config bindpw 1w2345FJ rootbinddn cn=zimbra,dc=example,dc=org timelimit 120 bind_timelimit 120 bind_policy soft idle_timelimit 3600 nss_base_passwd o...
2004 Jan 14
0
Réf. : samba 2.2.8a PDC LDAP CTRL+ALT+DEL password change, not chaning Unix password
...ho"; print "Retype new password : "; chomp($pass2=<STDIN>); print "\n"; system "stty echo"; if ($pass ne $pass2) { print "New passwords don't match!\n"; exit (10); } # only modify smb passwords if smb user if ($samba == 1) { if (!$with_smbpasswd) { # generate LanManager and NT clear text passwords if ($mk_ntpasswd eq '') { print "Either set \$with_smbpasswd = 1 or specify \$mk_ntpasswd\n"; exit(1); } my $ntpwd = `$mk_ntpasswd '$pass'`; chomp(my $lmpassword = substr($ntpwd, 0, index($ntpwd, ...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...Place - Suite 330, Boston, MA 02111-1307, # USA. # Purpose : # . be the configuration file for all smbldap-tools scripts use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapmodify $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_use...
2010 Jul 27
2
Samba LDAP ignores group information
...3" skeletonDir="/etc/skel" defaultMaxPasswordAge="9999" userSmbHome="\\REALMSERV\%U" userProfile="\\REALMSERV\profiles\%U" userHomeDirectoryMode="700" userHomeDrive="U:" userScript="%g.bat" mailDomain="example.com" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" with_slappasswd="0" slappasswd="/usr/sbin/slappasswd" And finaly, smb.conf: workgroup = REALM netbios name = REALMSERV server string = My Realm %v security = user encrypt passwords = yes load printers = y...
2004 Oct 25
2
can't join domain / smbldap-useradd -w machine not working
...is used mailDomain="magista.de" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" ---------------------------------------------------------------------- Startuj z INTERIA.PL!!! >>> http://link.interia.pl/f1837
2012 May 06
0
Cannot mount users home directories from a samba server
...quot; mailDomain="iallanis.info" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" #smbpasswd="/usr/bin/smbpasswd" # Allows not to use slappasswd (if with_slappasswd == 0 in smbldap_conf.pm) # but prefer Crypt:: libraries with_slappasswd="0" slappasswd="/usr/sbin/s...
2005 Jun 13
0
Problems Migrating password and group info to ldap
...;idealx.com" mailDomain="" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" # comment out the following line to get rid of the default banner # no_banner="1" smbldap_bind.conf ############################ # Credential Configuration...
2007 Jan 30
2
Netlogon, roming profiles in samba(PDC)-ldap
...; #mailDomain="idealx.com" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" # Allows not to use slappasswd (if with_slappasswd == 0 in smbldap_conf.pm) # but prefer Crypt:: libraries with_slappasswd="0" slappasswd="/usr/sb...
2003 Sep 16
4
Samba + LDAP + Password Expiry = Almost working...
...ho"; print "Retype new password : "; chomp($pass2=<STDIN>); print "\n"; system "stty echo"; if ($pass ne $pass2) { print "New passwords don't match!\n"; exit (10); } # only modify smb passwords if smb user if ($samba == 1) { if (!$with_smbpasswd) { # generate LanManager and NT clear text passwords # ***************************************************** # modified on 05-04-03 by Kevin Collins of NEI # ----------------------------------------------------- # Added the "$neidate" and "$winmagic" varibles so that # the &quot...
2010 Jul 02
2
Fail to join a Windows 2008 R2 to a Samba+LDAP PDC version3.5.4
...ot; > > ############################################################################## > # > # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) > # > ############################################################################## > > # Allows not to use smbpasswd (if with_smbpasswd == 0 in > smbldap_conf.pm) but > # prefer Crypt::SmbHash library > with_smbpasswd="0" > smbpasswd="/usr/bin/smbpasswd" > > # Allows not to use slappasswd (if with_slappasswd == 0 in > smbldap_conf.pm) > # but prefer Crypt:: libraries > with_slappassw...
2004 Jan 14
0
Problems with smbldap-tools 0.8.2 and Samba 3
...passdb. Check permissions? ------ This is the problematic (I think) piece of smbldap-useradd.pl ###### Here the posixAccount is added ######## if (!add_posix_machine ($userName, $userUidNumber, $userGidNumber)) { die "$0: error while adding posix account\n"; } if (!$with_smbpasswd) { ### The script "executes" this branch, so nothing is done. It expects ### Samba to add the sambaSAMAccount, but I think that Samba fails to ### do it because already exists the posixAccount (with the same uid) # (jtournier) # Objectclass sambaSAMAccount is...
2009 Nov 26
1
password expiration problem
...ltUserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="365" userSmbHome="\\NAS\%U" userProfile="\\NAS\profiles\%U" userHomeDrive="H:" userScript="%U.cmd" mailDomain="workgroup" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" with_slappasswd="0" slappasswd="/usr/sbin/slappasswd" slapd.conf include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/inetorgperson.schema include...
2006 Jun 15
0
UNIX accounts cant create
...UserGid="513" defaultComputerGid="515" skeletonDir="/etc/skel" defaultMaxPasswordAge="45" userSmbHome="\\neptune\%U" userProfile="\\neptune\profiles\%U" userHomeDrive="P:" userScript="login1.bat" mailDomain="" with_smbpasswd="0" smbpasswd="/usr/local/sbin/smbpasswd" with_slappasswd="0" slappasswd="/usr/local/sbin/slappasswd" my smb.conf [global] workgroup = XXXXXL_DOM server string = NT2003 interfaces = e1000g0 security = user log level =...
2003 Dec 30
1
sambaSamAccount versus SambaSAMAccount
...SambaSAMAccount rather than SambaSamAccount as per the samba.schema file. Attached are four patches to fix this. Darren -------------- next part -------------- --- smbldap-useradd.pl.orig Tue Dec 30 22:34:08 2003 +++ smbldap-useradd.pl Tue Dec 30 22:38:19 2003 @@ -208,7 +208,7 @@ if (!$with_smbpasswd) { # (jtournier) - # Objectclass sambaSAMAccount is now added directly by samba when joigning the domain (for samba3) + # Objectclass sambaSamAccount is now added directly by samba when joigning the domain (for samba3) #if (!add_samba_machine_mkntpwd($userName, $userUidN...
2010 Mar 29
1
urgent
...uot; mailDomain="csimaroc.info" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" # Allows not to use slappasswd (if with_slappasswd == 0 in smbldap_conf.pm) # but prefer Crypt:: libraries with_slappasswd="0" slappasswd="/usr/sbin/sla...
2014 Dec 02
0
SID always change after reboot
...skeletonDir="/etc/skel" defaultMaxPasswordAge="45" userSmbHome="\\NISCI\%U" userProfile="\\NISCI\profiles\%U" userHomeDrive="H:" userScript="logon.bat" mailDomain="" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" with_slappasswd="0" slappasswd="/usr/sbin/slappasswd" This my Log: The primary group domain sid(S-1-5-21-841725493-689295434-2902749832-513) does not match the do...
2005 Apr 21
0
Problem with groups & joining domain.- LDAP
...ot; # mailDomain="ims-tpa.com" ############################################################################## # # SMBLDAP-TOOLS Configuration (default are ok for a RedHat) # ############################################################################## # Allows not to use smbpasswd (if with_smbpasswd == 0 in smbldap_conf.pm) but # prefer Crypt::SmbHash library with_smbpasswd="1" smbpasswd="/usr/bin/smbpasswd" # Allows not to use slappasswd (if with_slappasswd == 0 in smbldap_conf.pm) # but prefer Crypt:: libraries with_slappasswd="0" slappasswd="/usr/sbin/sla...