search for: _usersmbhome

Displaying 10 results from an estimated 10 matches for "_usersmbhome".

Did you mean: usersmbhome
2004 Sep 22
1
Protocol negotation failed
...ersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou $SID $hash_encrypt $_defaultMaxPasswordAge ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_S...
2002 May 14
0
Bugfix for idealx smbldap-tools
...xt part -------------- Binary files sbin/mkntpwd and modified/mkntpwd differ diff -ur sbin/smbldap_conf.pm modified/smbldap_conf.pm --- sbin/smbldap_conf.pm 2002-05-14 08:05:54.000000000 +0000 +++ modified/smbldap_conf.pm 2002-05-14 08:13:54.000000000 +0000 @@ -117,13 +117,13 @@ # Samba defs # #$_userSmbHome = q(\\\\PDC-SRV\\homes); -$_userSmbHome = q(\\\\_PDCNAME_\\homes); +$_userSmbHome = q(\\\\_PDCNAME_\\%u); $_userProfile = q(\\\\_PDCNAME_\\profiles\\); $_userHomeDrive = q(H:); # not used; current script name is $_userName.cmd #$_userScript = q(startup.cmd); # make sure script file is edited...
2002 Sep 08
2
sambaldap tools
...dap_opts $ldapsearch $ldapsearchnobind $ldapmodify $ldappasswd $ldapadd $ldapdelete $ldapmodrdn $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapsearch $ldapsearchnobind $ldapmodify $ldapp...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...rt $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 $_userScript $usersou $computersou $groupsou $SID $hash_encrypt ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $slavePort $masterPort $ldapSSL $slaveURI $masterURI $with_smbpasswd $mk_ntpas...
2003 Oct 12
1
Error when creating user with Samba 3.0 & LDAP
Hy, I just install OpenLDAP 2.0 and Samba 3.0. (both from RPM). I used tools from idealx (found in src from Samba 3.0) to populate the ldap tree. My ldap is empty when i start, i just added index and samba.schema in slapd.conf. I used net rpc getsid to generate my domain SID and put in the smbldap_conf.pm with others options (dc, ou, dn etc.) I didn't get any error with this tool, it create
2003 May 27
0
Problem disabling roaming profiles...
...modify and delete users and groups. Everything was working well except i've run into a snag when i've tried to disable roaming profiles. One thing I noticed is that I would have to edit the smbldap_conf.pm and comment out a few lines. These are the lines: $_userHomePrefix = q(/home/); $_userSmbHome = q(\\\\PDC-SRV\\homes); $_userProfile = q(\\\\PDC-SRV\\home\\samba\\profiles\\); I just commented them out, and restarted LDAP and it seemed to work. Now, this is where it gets a little weird. When I reboot the workstation and then try and login again, it gives an error saying that it was unabl...
2004 Apr 12
1
Initial samba + ldap howto
...veDN = $binddn; $slavePw = $bindpasswd; $masterDN = $binddn; $masterPw = $bindpasswd; $_userLoginShell = q(/bin/false); $_userHomePrefix = q(/shares/home); $_userGecos = q(System User); $_defaultUserGid = 513; $_defaultComputerGid = 553; $_skeletonDir = q(/etc/skel); $_defaultMaxPasswordAge = 45; $_userSmbHome = q(\\\\LAVIE\\homes); $_userProfile = q(\\\\LAVIE\\profiles\\); $_userHomeDrive = q(H:); $_userScript = q(startup.cmd); # make sure script file is edited under dos $with_smbpasswd = 0; $smbpasswd = "/usr/local/samba/bin/smbpasswd"; $mk_ntpasswd = "/usr/local/sbin/mkntpwd"; $sla...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...----------------------------------- My LDAP admin password $slaveDN = $binddn; $slavePw = $bindpasswd; $masterDN = $binddn; $masterPw = $bindpasswd; $_userLoginShell = q(/bin/sh); $_userHomePrefix = q(/home/); $_userGecos = q(System User); $_defaultUserGid = 513; $_defaultComputerGid = 553; $_userSmbHome = q(\\\\LDAP\\homes); $_userProfile = q(\\\\LDAP\\profiles\\); $_userHomeDrive = q(U:); $with_smbpasswd = 0; $smbpasswd = "/usr/bin/smbpasswd"; $mk_ntpasswd = "/sbin/mkntpwd"; $slaveURI = "ldap://$slaveLDAP:$slavePort"; $masterURI = "ldap://$masterLDAP:$master...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...dap_opts $ldapsearch $ldapsearchnobind $ldapmodify $ldappasswd $ldapadd $ldapdelete $ldapmodrdn $suffix $usersdn $computersdn $groupsdn $scope $binddn $bindpasswd $slaveDN $slavePw $masterDN $masterPw $_userLoginShell $_userHomePrefix $_userGecos $_defaultUserGid $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_START $smbpasswd $slaveLDAP $masterLDAP $with_smbpasswd $mk_ntpasswd $ldap_path $ldap_opts $ldapsearch $ldapsearchnobind $ldapmodify $lda...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...quot;; print FILE <<EOF; x x EOF ; close FILE; if ($?) { print "$0: error adding samba account\n"; exit (10); } } # with_smbpasswd my $valscriptpath = "logon.bat"; #"$userName.cmd"; my $valprofilepath = "$_userProfile$userName"; my $valsmbhome = "$_userSmbHome"; my $valhomedrive = "$_userHomeDrive"; if (defined($tmp = $Options{'C'})) { $valsmbhome = "$tmp"; } if (defined($tmp = $Options{'D'})) { $tmp = $tmp.":" unless ($tmp =~ /:/); $valhomedrive = "$tmp"; } if (defined($tmp = $Options{'...