search for: masterpw

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

2002 Sep 08
2
sambaldap tools
...PORT_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 $slaveLDAP...
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 $computersou $g...
2004 Dec 09
0
Samba / LDAP on OpenBSD
...;; $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_smbpasswd = 0; $smbpassw...
2007 Jan 27
0
debugging smbldap-useradd failures
...ging 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 should at least...
2003 Dec 01
1
Fw: PDC/LDAP/SAMBA3/NT4
...@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 $GID_START...
2015 Nov 08
1
Dsync problems
Hi, I'm setting up a migration between 2 dovecot servers 2.1.12 to 2.2.19 . I've ran into some issues with dsync. I use the following command for syncing: doveadm -o mail_fsync=never -o imapc_host=%remote% -o imapc_master_user=master -o imapc_password=%masterpw% -o imapc_features="rfc822.size fetch-headers" -o mail_prefetch_count=20 -o imapc_user=%user% backup -1 -R -u %user% imapc: I execute a full sync first and when the mailserver are being migrated it only would have to do incremental. The first is run is without problems. But I find the fo...
2003 Jun 04
2
Samba LDAP Primary Domain Controller
...PORT_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 $slaveLD...
2004 Sep 27
3
Problems with the IdealX scripts
...ot;/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 |grep 512 Thanks in advance for your help. Please l...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...# 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 as "sambaadmin" >> > >> > If I change my...
2007 May 23
1
Can not add machine to the domain
...ctory 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: db files netgroup: nis...
2008 Jul 26
2
Samba + LDAP integration
...ot;" 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 with credentials in LDAP. Also I cannot add machin...
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
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 (?????????)
...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 mdonada at auroraalimentos dot com dot br FreeBSD - The uptime is...
2007 May 25
0
[new script] smbldap-userlist
...)) { # 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 $ldap_master=connect_ldap_master(); # test existence of user in...
2011 Aug 19
4
Update indexes with dovecot 1.1
Hello, I have a farm of dovecot 1.1 servers (debian lenny). Mailboxes are in Maildir format. Is there any way to manually update indexes? Does it worth? I mean... Our problem is that mail is delivered via dovecot lda, but, because we have a farm of servers, we don't guarantee that mail is delivered through the same server that the user is using for his imap connection, so the imap
2004 Jun 11
2
Samba 3.0.3 on FC2: windows machine cannot join domain
...bpasswd="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/smbtest.ldif 9. Did a search on the LDAP DB: ldapsearch -...
2008 Mar 30
1
smbldap-populate....maputf8 errors
...====================================================================== 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: ================================================================...
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
...bpasswd="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/smbtest.ldif 9. Did a search on the LDAP DB: ldapsearch -...