search for: slavepw

Displaying 20 results from an estimated 34 matches for "slavepw".

2004 Sep 22
1
Protocol negotation failed
...sterLDAP $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 $_userScript $use...
2002 Sep 08
2
sambaldap tools
...PORT @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 $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_START $...
2007 Jan 27
0
debugging smbldap-useradd failures
...combined with some extra debugging output placed in the smbldap-tools code showed that smbldap-tools expected the user to be root and if not it would not read the file smbldap_bind.conf. Here's part of the code: if ($< == 0) { ( read the file ) } else { $conf{slaveDN}=$conf{slavePw}=$conf{masterDN}=$conf{masterPw}=""; } Thus , no bind attributes are set. Smbldaptools does not see this as something that should be noted somehow. The reason in my case was that someone had added a administrator user to the local users on the box with uid 999. I have included a...
2004 Sep 27
3
Problems with the IdealX scripts
...t;" 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,dc=borkholder,dc=com" masterPw="my_cleartext_pw" ### Proof that I am able to connect to my LDAP server and that nss_ldap works ### oink:/etc/smbldap-tools # id root uid=0(root) gid=0(root) groups=0(root),3(sys),512(admins) oink:...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...s 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 $_userScript $usersou $computersou $groupsou $SID $hash_encrypt ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $U...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...; $groupsdn = "ou=$groupsou,$suffix"; $scope = "sub"; $hash_encrypt="SSHA"; $binddn = "cn=admin,$suffix"; $bindpasswd = "XXXX"; <--------------------------------------------------- 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\\); $_userHome...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...> # master ldap for writing access and a slave ldap server for reading >> > access >> > # By default, we will use the same DN (so it will work for standard >>Samba >> > # release) >> > slaveDN="cn=sambaadmin,dc=tinistuff,dc=com" >> > slavePw="123456" >> > masterDN="cn=sambaadmin,dc=tinistuff,dc=com" >> > masterPw="123456" >> > >> > >> > Time to populate the ldap DB. >> > [root@node1 sbin]# ./smbldap-populate -a root -k 0 -m 0 >> > >> >...
2007 May 23
1
Can not add machine to the domain
...me Directories browseable = no writable = yes create mask = 0700 directory mask = 0700 valid users = %S [netlogon] comment = Network Logon Service path = /home/samba/netlogon guest ok = yes writable = no share modes = no smbldap_bind.conf: slaveDN="cn=admin,dc=usit,dc=ie" slavePw="********" masterDN="cn=admin,dc=usit,dc=ie" masterPw="********" nsswitch.conf: passwd: compat ldap group: compat ldap shadow: compat ldap hosts: files dns networks: files protocols: db files services: db files...
2008 Jul 26
2
Samba + LDAP integration
...defaultMaxPasswordAge="45" userSmbHome="" userProfile="" userScript="logon.bat" mailDomain="example.org" with_smbpasswd="0" with_slappasswd="0" smbldap_bind.conf ***************** slaveDN="cn=config,dc=example,dc=org" slavePw="1w2345FJ" masterDN="cn=config,dc=example,dc=org" masterPw="1w2345FJ" The strange thing is that I can join a computer to the Domain, but only using the Samba+samba_root_passwd. I can even see the computer entry in the LDAP database when I run ldapsearch. However, I ca...
2005 Feb 23
2
smbldap problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good Morning People, In the smb.conf add entry ldap admin dn = cn=Manager,dc=auroraalimentos,dc=com,dc=br. After adding password of admin LDAP: #smbpasswd -w passwd Setting stored password for "cn=Manager,dc=auroraalimentos,dc=com,dc=br" in secrets.tdb In moment adding machine in the PDC, it appears in log's: [2005/02/23 07:52:06, 2]
2005 Feb 27
0
modifications require authentication (?????????)
...difications require authentication at /usr/local/lib/perl5/site_perl/5.8.6/smbldap_tools.pm line 892, <DATA> line 283. [2005/02/27 15:49:01, 2] smbd/server.c:exit_server(609) ~ Closing connections In my smbldap_bind.conf appers: slaveDN="cn=Manager,dc=auroraalimentos,dc=com,dc=br" slavePw="passwd" masterDN="cn=Manager,dc=auroraalimentos,dc=com,dc=br" masterPw="passwd" #smbpasswd -w passwd Setting stored password for "cn=Manager,dc=auroraalimentos,dc=com,dc=br" in secrets.tdb what's this problem???? Some ideas? I'm CRAZY!!! []'s...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...PORT @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 $_defaultComputerGid $_skeletonDir $_userSmbHome $_userProfile $_userHomeDrive $_userScript $usersou $computersou $groupsou ); use Exporter; $VERSION = 1.00; @ISA = qw(Exporter); @EXPORT = qw( $UID_START $GID_START...
2004 Jun 11
2
Samba 3.0.3 on FC2: windows machine cannot join domain
...le="" userHomeDrive="logondrive" userScript="" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" mk_ntpasswd="/usr/sbin/mkntpwd" --- End smbldap.conf --- --- Begin smbldap_bind.conf --- slaveDN="cn=Manager,dc=soil,dc=ncsu,dc=edu" slavePw="_hidden_" masterDN="cn=Manager,dc=soil,dc=ncsu,dc=edu" masterPw="_hidden_" --- End smbldap_bind.conf --- 6. Started up the services: /etc/init.d/ldap start /etc/init.d/smb start 7. Set the root password: smbpasswd -w _thepassword_ 8. Put in some test data: http://w...
2008 Mar 30
1
smbldap-populate....maputf8 errors
...ot;515" skeletonDir="/etc/skel" defaultMaxPasswordAge="45" ====================================================================== and smbldap_bind.conf: ====================================================================== slaveDN="cn=Manager,dc=IDEALX,dc=ORG" slavePw="ibmjacquardsys" masterDN="cn=Manager,dc=IDEALX,dc=ORG" masterPw="ibmjacquardsys" ====================================================================== OK so here is my problem: I try and populate the LDAP databse using the command: #smbldap-populate But I get...
2006 Mar 11
4
Unable to add computer to domain
I have an OpenLDAP backend, Samba knows how to talk to it, my Samba users are stored in LDAP and file shares work fine authenticating to the LDAP server. I tried executing smbldap-useradd -w server02 on the command-line and got the following error: failed to perform search; Can't contact LDAP server at /usr/lib/perl5/vendor_perl/5.8.7/smbldap_tools.pm line 362, <DATA> line 283. Error
2004 Sep 23
1
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
...le="" userHomeDrive="logondrive" userScript="" with_smbpasswd="0" smbpasswd="/usr/bin/smbpasswd" mk_ntpasswd="/usr/sbin/mkntpwd" --- End smbldap.conf --- --- Begin smbldap_bind.conf --- slaveDN="cn=Manager,dc=soil,dc=ncsu,dc=edu" slavePw="_hidden_" masterDN="cn=Manager,dc=soil,dc=ncsu,dc=edu" masterPw="_hidden_" --- End smbldap_bind.conf --- 6. Started up the services: /etc/init.d/ldap start /etc/init.d/smb start 7. Set the root password: smbpasswd -w _thepassword_ 8. Put in some test data: http://w...
2005 Nov 26
1
samba as pdc with ldap: trouble with smbldap-populate: error adding from cn=Domain Admins,ou=Groups onwards
...uot; sambaUnixIdPooldn="sambaDomainName=MYCOMP,${suffix}" userSmbHome="\\LINUX\%U" userProfile="\\LINUX\profiles\%U" mailDomain="mycomp.de" ------------------ the file /etc/smbldap-tools/smbldap_bind.conf is: slaveDN="cn=Manager,dc=mycomp,dc=de" slavePw="secret" masterDN="cn=Manager,dc=mycomp,dc=de" masterPw="secret" ----------------- so when i use smbldap-populate now i get the following output: ----------------------------------------------------------------- linux:/usr/local/sbin # ./smbldap-populate Populatin...
2005 Mar 11
1
smbldap-populate probleman
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [root@divide mdonada]# smbldap-populate Using builtin directory structure adding new entry: dc=auroraalimentos,dc=com,dc=br failed to add entry: modifications require authentication at /usr/sbin/smbldap-populate line 389, <GEN1> line 2. adding new entry: ou=Users,dc=auroraalimentos,dc=com,dc=br failed to add entry: modifications require
2004 Nov 09
1
Migrating NT4 Domain with Idealx tools
...nonymous auth by * none access to * by dn="cn=manager,dc=ub,dc=unibas,dc=ch" write by dn="cn=nss,dc=ub,dc=unibas,dc=ch" read by * auth # egrep -v '^$|^#' smbldap_bind.conf slaveDN="cn=manager,dc=ub,dc=unibas,dc=ch" slavePw="XXXXXXX" masterDN="cn=manager,dc=ub,dc=unibas,dc=ch" masterPw="XXXXXX" # egrep -v '^$|^#' smbldap.conf SID="S-1-5-21-98201057-1281969052-1085559986" slaveLDAP="127.0.0.1" slavePort="389" masterLDAP="127.0.0.1" masterPor...
2005 Nov 01
3
Samba domains with ldap
Skipped content of type multipart/mixed