search for: _userprofile

Displaying 12 results from an estimated 12 matches for "_userprofile".

Did you mean: userprofile
2004 Sep 22
1
Protocol negotation failed
...n $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_START $smbpasswd $slaveLDAP $masterLDA...
2002 Sep 08
2
sambaldap tools
...search $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 $ldappasswd $ldapadd...
2004 Oct 28
0
samba3 / ldap / idealx smbldap-tools / roaming profile
...path = logon drive = H #just for homedirs not for profile, we dont want roaming profileslogon home = in the configuration file for the smbldap-tools (smbldap_conf.pm) it says: # Just comment this if you want to use the smb.conf 'logon path' directive # and/or desabling roaming profiles #$_userProfile = q(\\\\ARTEMIS\\profiles\\); if we comment $_userProfile like above i get an error message when executing the smbldap-populate.pl script: adding new entry: uid=Administrator,ou=People,dc=eu,dc=xxx,dc=com failed to add entry: sambaprofilepath: value #0 invalid per syntax at /cluster/etc-o1/samba/b...
2002 May 14
0
Bugfix for idealx smbldap-tools
...ap_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 under dos - +$_userScript = q(logon.bat); $smbpasswd = "/usr/bin/smbpasswd"; $mk_ntpasswd = "/usr/loca...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...laveURI $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_ntpasswd $ldap_path...
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 Feb 28
1
smbldap-tools badly messed up
These scripts should function much the same as the binarys shouldn't they? 1. If you add a user, the users group must pre-exist. No adding users and groups simultaneously. 2. If you do add a user the gidNumber is set to the default specified in /etc/samba/smbldap_conf.pm NOT the users group as specified on the command line with "-g". This HAS to be a bug. 3. The option to leave
2003 May 27
0
Problem disabling roaming profiles...
...erything 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 unable to create the profile testuser.pds....
2004 Apr 12
1
Initial samba + ldap howto
...d; $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"; $slaveURI = "ldap://$slaveLDAP:$slav...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...y 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:$masterPort"; $ldap_path = "/usr/...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...search $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 $ldappasswd $ldapa...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...ev/null" ; open (FILE, $FILE) || die "$!\n"; 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 = &...