search for: masterdn

Displaying 20 results from an estimated 40 matches for "masterdn".

Did you mean: masterdb
2002 Sep 08
2
sambaldap tools
...ORT_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 $smbpasswd...
2013 Jun 06
2
Trouble getting puppet config from client to master (Certificate verify failed).
...nfo: Caching certificate for r3.pb Info: Caching certificate_revocation_list for ca Warning: Unable to fetch my node definition, but the agent run will continue: Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [certificate revoked for /CN=masterdns.peoplebrowsr.com] Info: Retrieving plugin Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources using ''eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [certificate revoked for /CN=masterdns.peoplebrows...
2004 Sep 22
1
Protocol negotation failed
...$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 $comp...
2007 Jan 27
0
debugging smbldap-useradd failures
...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 patch [2] that...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...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\\); $_userHomeDrive = q(U:); $with_smb...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...SION @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( $UID_START $...
2011 Jan 26
3
Changing passwords from Windows
Is it possible for a user to change his/her password from Windows? I tried it out last night as a test user against my PDC and it only changed for Samba; I was still able to log into the PDC via SSH using the previous password. (I changed it for the test user as root and it took for both SSH and Windows.) I tried to use smbldap-passwd as the test user, but I got a message back saying I had
2007 May 25
0
[new script] smbldap-userlist
...ctory if ($< != 0) { # non-root user if (!defined($pass)) { # prompt for password print "UNIX password: "; system "stty -echo" if (-t STDIN); chomp($pass=<STDIN>); system "stty echo" if (-t STDIN); print "\n"; $config{masterDN}="uid=$user,$config{usersdn}"; $config{masterPw}="$pass"; $ldap_master=connect_ldap_master(); $dn=$config{masterDN}; if (!is_user_valid($user, $dn, $pass)) { print "Authentication failure\n"; exit (10); } } } else { # root user $ld...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...ORT_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 $smbpassw...
2004 Sep 27
3
Problems with the IdealX scripts
....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:/etc/smbldap-tools # more /etc/group...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...d 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 >> > >> > This does not work because it cannot bind...
2009 Oct 27
3
samba ldap
Hi, I am following https://help.ubuntu.com/8.10/serverguide/C/samba-ldap.html and ldap works perfectly fine. I have issues with connecting to ldap from samba. I get [2009/10/27 12:37:28, 1] lib/smbldap.c:another_ldap_try(1153) Connection to LDAP server failed for the 9 try! [2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_open_connection(786) smbldap_open_connection: connection opened
2007 May 23
1
Can not add machine to the domain
...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 ethers: db files rpc:...
2008 Jul 26
2
Samba + LDAP integration
...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 cannot or log in to the domain w...
2004 Mar 22
1
smbldap-tools dont handle referrals
Dear List, I've a ldap setup with one master and one slave server replication via slurpd and with an "updateref" entry on the slave server, so all modifies on the slave server get an referral to the master server. For some kind of loadbalancing we have a dns roundrobin entry which points as well to the master as to the slave. Unfortunately it seems that the smbldap-tools are not
2004 Sep 14
0
problem adding an user as non-Manager with smbldap-tools
...ect at /usr/local/sbin/smbldap-useradd line 444, <DATA> line 283. ---------------------------------------------------------------------> smbldap-useradd can add user 'test1' to group 'Domain Users' but can not create an unix account? It works with 'cn=Manager' for masterDN and slaveDN. But it gives errors and does not work with 'cn=smbldap-tools'. Have you any idea? regards, Thomas
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 (?????????)
...ication 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 - -- M?rcio Luciano Donada m...
2004 Jun 11
2
Samba 3.0.3 on FC2: windows machine cannot join domain
...="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://www.soil.ncsu.edu/tony_temp/smb...
2008 Mar 30
1
smbldap-populate....maputf8 errors
.../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 the following error: ===============...