search for: ldappassword

Displaying 8 results from an estimated 8 matches for "ldappassword".

Did you mean: ldap_password
2009 Mar 01
8
puppet and LDAP users
I am trying to get puppet to manage my LDAP users but I don''t appear to be having much success. What I have in puppet.conf is this [puppetmasterd] ldapserver=ldap.myorg.company.com ldapbase=dc=myorg,dc=org ldapuser=cn=admin,dc=myorg,dc=org ldappassword=mysecret ldapparentattr=dc=myorg,dc=org I added the ldapparentattr in desperation and doubt if it''s actually required. Now I have a class which says user { "myuser": uid => 500, groups => myuser, gid => 50...
2009 Aug 18
1
Using LDAP authentication
...rder to make it work). The OpenLDAP server is already working with other Samba Servers which I don't have access to, so it can be considered ready for the task. I just need to know if I should aim for the pam-ldap solution, or focus more on smb.conf and use ldap as pass backend, figure out the ldappassword and "smbpasswd -w adminldappasswd" it, etc, etc. Thanks in advance! -- View this message in context: http://www.nabble.com/Using-LDAP-authentication-tp25024120p25024120.html Sent from the Samba - General mailing list archive at Nabble.com.
2012 Feb 06
2
Puppet kick class option error
...and LDAP Server Config, puppet.conf --- [main] node_terminus = ldap ldapserver = 192.168.0.101 ldapport = 389 ldapbase = ou=Servers,dc=puppet,dc=sf ldapstring = (&(objectclass=puppetClient)(cn=%s)) ldapuser=cn=Manager,dc=example,dc=com ldappassword=******* --- host1.ldif --- dn: cn=host1.example.net, ou=servers, dc=example, dc=com objectClass: device objectClass: puppetClient objectClass: top cn: host1.example.net puppetClass: test --- host2.ldif --- dn: cn=host2.example.net, ou=servers, dc=example, dc=com objectClass: device objectClass:...
2004 Aug 17
1
Chicken-and-egg problem with domain SID
I'm trying to configure samba 3.0.3 from FC2 with an LDAP backend as a domain controller. I'm using smbldap-tools from idealx.org. From what I've read, I need to configure the domain SID in /etc/smbldap-tools/smbldap.conf. But in order to generate the SID, I need to be running samba on the domain controller already. I'm trying to generate all of the config files on another
2006 Oct 14
0
Error ldapsam
...log.%m max log size = 1000 ; syslog only = no syslog = 0 panic action = /usr/share/samba/panic-action %d name resolve order = lmhosts host wins bcast ####AUTENTIFICACION###### security = user encrypt passwords = true passdb backend = ldapsam:ldaps://shogun.ironman.es:636 ;ldappassword sync =yes ; guest account = guest ####; invalid users = root#### unix password sync = no ldap password sync = yes passwd program = /usr/local/sbin/bin/smbldap-passwd -o %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX \spassword:* %n\n . ; obey pam restriction...
2012 Aug 23
1
Puppet Agent VS User
...entory_server = puppet inventory_terminus = facter keylength = 1024 lastrunfile = /var/lib/puppet/state/last_run_summary.yaml lastrunreport = /var/lib/puppet/state/last_run_report.yaml ldapattrs = all ldapbase = "" ldapclassattrs = puppetclass ldapnodes = false ldapparentattr = parentnode ldappassword = "" ldapport = 389 ldapserver = ldap ldapssl = false ldapstackedattrs = puppetvar ldapstring = (&(objectclass=puppetClient)(cn=%s)) ldaptls = false ldapuser = "" lexical = false libdir = /var/lib/puppet/lib listen = false localcacert = /var/lib/puppet/ssl/certs/ca.pem local...
2018 Apr 26
2
Password change
Hi Rowland, I tried that but didn't work. # AUTO-GENERATED FILE - DO NOT EDIT!! Use ldapmodify. # CRC32 9033b998 dn: olcDatabase={1}hdb objectClass: olcDatabaseConfig objectClass: olcHdbConfig olcDatabase: {1}hdb olcDbDirectory: /var/lib/ldap olcSuffix: dc=testdom olcAccess: {0}to attrs=sambaNTPassword,sambaPwdLastSet,sambaPwdMustChange by dn="cn=admin,dc=testdom" write by self
2011 Nov 04
1
Storeconfigs and nagios and foreman
...el scope. # Multiple values should be comma-separated. The value ''all'' returns # all attributes. # The default value is ''all''. # ldapattrs = all # The password to use to connect to LDAP. # The default value is ''''. # ldappassword = # Whether to search for node configurations in LDAP. See # http://projects.puppetlabs.com/projects/puppet/wiki/LDAP_Nodes for more information. # ldapnodes = false # The LDAP server. Only used if `ldapnodes` is enabled. # The default value is ''ldap''....