Displaying 12 results from an estimated 12 matches for "computersou".
Did you mean:
computers
2004 Dec 09
0
Following Samba 3 by example and getting errors.
...ot was when I run the program smbclient -L localhost -U%.
It didn't connect. However, when I run net getlocalsid do get the SID.
The 2th error was in the smbldap conf.pm script. I made the following
change to correct a Faillior that I got adding this item to the ldap
directory;
In the line $computersou = q(People); in:
# Where are stored Computers
# Ex: $computersdn = "ou=Computers,$suffix"; ...
$computersou = q(People);
$computersdn = "ou=$computersou,$suffix";
I have made the following change $computersou = q(Computers); :
# Where are stored Computers
# Ex: $computers...
2004 Sep 22
1
Protocol negotation failed
...erDN $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
$masterLDAP
$slavePort $masterPort $ldapSSL $slaveURI $maste...
2003 Dec 18
2
It would seem to be simple but it's got me scratching my head
...e stored Users
# Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG
#$usersou = q(Users);
$usersou = q(People);
$usersdn = "ou=$usersou,$suffix";
# Where are stored Computers
# Ex: $computersdn = "ou=Computers,$suffix"; for
ou=Computers,dc=IDEALX,dc=ORG
$computersou = q(Computers);
$computersdn = "ou=$computersou,$suffix";
# Where are stored Groups
# Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG
$groupsou = q(Groups);
$groupsdn = "ou=$groupsou,$suffix";
# Default scope Used
$scope = "sub";
Craig
2002 Sep 08
2
sambaldap tools
...apadd $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 $ldapdelete $ldapmodrdn $suffix $usersdn
$computer...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...ont.pm files
#[root]#chown -R ldap /var/lib/ldap
When i start
#[root]#ldap server /etc/init.d/ldap start (i see the output as follows)
Starting slapd (ldap + ldaps): [ OK ]
Starting slurpd: [ OK ]
i have attached ComputersOU.ldif
#[root]#ldapadd -x -D "cn=root,dc=mylan,dc=net" -W -f ComputersOU.ldif
Enter LDAP Password:( i entered the password secret here)
then after this it gives output like this
adding new entry "ou=Computers,dc=mylan,dc=net"
ldap_add: No such object
additional info: pa...
2005 Mar 08
1
samba ldap bind problems.
...dc=ato";
# Where are stored Users
# Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG
$usersou = q(USERS);
$usersdn = "ou=people,$suffix";
# Where are stored Computers
# Ex: $computersdn = "ou=Computers,$suffix"; for
ou=Computers,dc=IDEALX,dc=ORG
$computersou = q(COMPUTERS);
$computersdn = "ou=computers,ou=services,$suffix";
# Where are stored Groups
# Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG
$groupsou = q(GROUPS);
$groupsdn = "ou=groups,$suffix";
# Default scope Used
$scope = "sub";
#...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...p_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 $ldap_opts $ldapmodify $suffix $usersdn
$computers...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...832571036-2739979074';
$slaveLDAP = "127.0.0.1";
$slavePort = "389";
$masterLDAP = "127.0.0.1";
$masterPort = "389";
$ldapSSL = "1";
$suffix = "dc=myhost,dc=com";
$usersou = q(People);
$usersdn = "ou=$usersou,$suffix";
$computersou = q(People);
$computersdn = "ou=$computersou,$suffix";
$groupsou = q(Groups);
$groupsdn = "ou=$groupsou,$suffix";
$scope = "sub";
$hash_encrypt="SSHA";
$binddn = "cn=admin,$suffix";
$bindpasswd = "XXXX";
<---------...
2004 Jan 13
1
Using People for Machine accounts
...ing Samba 3.0.2pre1 under SuSE 8.2.
I have seen several references now in this list noting that the browse
for machine accounts in Samba 3 is broken, and 'People' should be used
instead. I changed smb.conf to 'ldp machine suffix = ou=People' and I
changed smbldap_conf.pm to '$computersou=(People). I then cleared ldap,
ran smbldap-populate.pl, and changed the uid of 'Administrator' to 0. When
I try to add a machine account (with 'Administrator') from Windows NT or
Windows 2000 I can see in /var/log/messages that the machine account was
added successfully with an ou=P...
2004 Jul 26
0
Migration NT4 PDC to Smb3/LDAP/TOOLS: A Success Procedure
...Test and start samba as instructed.
5. Configure the smbldap-tools.
Configure and install smbldap-tools as in the guide, rembmer to
compile and install MKNTPWD.
Since I use People as holder for computers, I need to make the
following changes in smbldap_conf.pm
$computersou = q(People);
Forget about the session on LDMAP entries for now, they will be
created as the migration goes on.
6. Populate the ldap database
Start ldap by /etc/init.d/ldap start
./smbldap-populate.pl
Test it as suggested in the guide.
Create a user and te...
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
2004 Apr 12
1
Initial samba + ldap howto
...0.1";
$masterPort = "389";
# Use SSL for LDAP
# If set to "1", this option will use start_tls for connection
# (you should also used the port 389)
$ldapSSL = "1";
$suffix = "dc=ahm,dc=nl";
$usersou = q(People);
$usersdn = "ou=People,$suffix";
$computersou = q(Computers);
$computersdn = "ou=Computers,$suffix";
$groupsou = q(Groups);
$groupsdn = "ou=Groups,$suffix";
$scope = "sub";
$hash_encrypt = "SSHA";
$binddn = "cn=Manager,$suffix";
$bindpasswd = "secret";
$slaveDN = $binddn;
$slavePw = $...