Displaying 20 results from an estimated 105 matches for "ldapserv".
2005 Feb 22
0
LDAP backend for a stand-alone server
...erver
interfaces = 127.0.0.1 eth0
bind interfaces only = true
printing = cups
printcap name = cups
printer admin = @ntadmin, root, administrator
map to guest = Bad User
username map = /etc/samba/smbusers
passdb backend = ldapsam:ldap://ldapserver
ldap passwd sync = Yes
ldap suffix = dc=xxxx,dc=zzz
ldap user suffix = ou=Users,ou=samba-test
ldap group suffix = ou=samba-groups,ou=samba-test
ldap admin dn = cn=Manager,dc=xxxx,dc=zzz
# I've tried this commented out with the same results.
lda...
2010 Apr 19
2
Problem with first login
...as rootpw in
slapd.conf it carries on and returns the following (with comments
removed)...
search: 2
result: 32 No such object
So it appears that from the command line authentication with ldap is
working.
In my phpldapadmin config.php file i've modified the following lines...
$ldapservers->SetValue($i,'server','host','127.0.0.1');
$ldapservers->SetValue($i,'server','port','389');
$ldapservers->SetValue($i,'server','auth_type','session');
When I go to phpldapadmin and do "Anonymous Bind&...
2010 May 20
7
unable to join to a Samba4 domain
I'm trying to join a Windows 2008 to a Samba4 domain.
I'm able to ping Samba4 or browse its network shares.
Unfortunately, I can't join Windows 2008 to this Samba4 domain - I'm not
even asked for Administrator password.
Windows 2008 errors with the below message, which roughly translates to:
DSN-query for domain "samba4.my.domain" was successful.
The query was for
2004 Mar 02
0
RE: Réf. : Re: using a master ldapserver and a slave ldap server for one samba server
* stephane.purnelle@corman.be nulis:
>
>
>
>
> What's means, can I have some problem with this configuration ?
> Or it's just a speed problem ?
>
Samba will get 2 value for same id and problem will appear soon or later.
Any reason why using 2 ldapsam backend?
## Speaking for myself, It's not good to have a single point of failure in
## your authentication
2007 Mar 21
6
error while migrating users to ldap with pdbedit
...debug level = 2
wins server = 10.5.0.17
nt acl support = no
ldap admin dn = cn=Admin,dc=biochem,dc=mpg,dc=de
ldap group suffix = ou=group
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=Machines
ldap suffix = dc=biochem,dc=mpg,dc=de
ldap user suffix = ou=people
passdb backend = ldapsam:ldap://ldapserver.biochem.mpg.de:389/
---[end of smb.conf]
but executing pdbedit results in an error because pdbedit tries to
connect the ldap server "localhost":
---
sandy01:/usr/local/samba/private # pdbedit -i smbpasswd -e ldapsam -s
/usr/local/samba/lib/smb.conf smbldap_search_domain_info: Search...
2004 May 11
2
ldap replication
Hello,
I have two ldapservers with Samba PDC and BDC. I started with the PDC i
use Suse 9.0 with ldap "out of the box" and Samba 3.0.2a. Everything is
working fine with only the PDC running. Now i configured replication. In
my slapd.conf file on the master server i added the following lines
#permission
access to *...
2004 Oct 28
0
Samba3 pdc bdc scenario
...ld take over the job of the pdc as long as it takes to set up a new
pdc with samba-3. After that is done the pdc is brought back in and the bdc can
be 'real' bdc again.
The samba documentation suggests the use of ldap. The bad thing here is just
that I can't provide another pc to be a ldapserver. So we thought about
installing ldap on the new bdc to be used as the primary auth-method and for
handling the profiles. The new pdc will be another ldapserver (the master when
everything's done) - So when the migration of the old pdc data to the new bdc
server is done (I hope that won't...
2018 Jun 14
3
CentOS7: Setting up ldap over TLS in kickstart file
.....
sssd[be[default]][2732]: Could not start TLS encryption. error:14090086:SSL
routines:ssl3_get_server_certificate:certificate verify failed (self signed
certificate)|
In my kickstart file I use:
auth? --useshadow --enableldaptls --enablecache? --passalgo=sha512 --enableldap
--enableldapauth --ldapserver="ldaps://my.ldap.server.fr"
--ldapbasedn=dc=my,dc=base,dc=dn
Then in a post install script I download the server and ca certificates and
stops nslcd that I do not use:
echo "TLS_REQCERT allow">>/etc/openldap/ldap.conf
cd /etc/openldap/cacerts/ && wget
http:/...
2002 Jun 11
1
SSH / PAM Problem
Hallo
da mein English nicht so gut ist und bei der ?bersetzung auch noch
Missverst?ndnisse auftretten k?nnten, hier das Orginal :-)
Das Problem ist, dass bei der Kombination openssh pam und ldap, die
Verbindung zum Ldapserver so lange offen gehalten wird bis die ssh
Session geschlossen wird. Das ist nur bei SSH so ! Alle andere Dienste
sprechen den Server an und schliessen nach Best?ttigung des Passwortes
die Session zum Ldapserver. Offene Sockets sind nicht so toll da
irgendwann bei unserer User Anzahl keine freien S...
2012 May 29
1
Simply Auto Increment A Number
Hi,
I have a template which looks like this
<% scope.lookupvar(''openldap::params::ldapservers'').each do |var| -%>
olcSyncrepl: {0}rid=001 provider="ldap://<%= var %>:389"
type=refreshAndPer
sist retry="5 5 300 +" searchbase="<%=
scope.lookupvar(''openldap::params::searchbase'') %>" attrs="*,+"
bindmeth
od=s...
2007 Jun 20
5
0.23 question
...t I''m running into the warning on external node support here but
after a recent upgrade for my puppetmaster I get:
puppetmasterd[19397]: Could not find aa0-006-4.foo.com with names
aa0-006-4.foo.com, aa0-006-4
I''ve not changed puppetd.conf which contains:
ldapnodes = true
ldapserver = my.ldap.foo.com
ldapbase = ou=hosts,dc=foo,dc=com
I''ve not explicitly set external_nodes (so it stays false).
What else needs to be done?
Cheers,
Ryan
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
us...
2007 Oct 10
5
Puppet ldapnodes issue
...192.168.1.2
description:: Q05DIFdpa2kgYW5kIFJUIGJveCA=
l: statcomp
puppetclass: default
puppetclass: test
puppetclass: solaris
puppetclass: solaris10
puppetclass: statcomp
# search result
search: 2
result: 0 Success
I then tried to modify puppet.conf to point to LDAP using the following lines:
ldapserver = ldapdev1.domain.com
ldapbase = dc=puppet
ldapnodes = true
I restarted puppermasterd, but now I am getting this error on the puppermaster host as well as the puppet client host.
err: Could not find sink.domain.com with names sink.domain.com, sink
I pasted relavent debug information from the p...
2018 Sep 29
3
Authenticate users using their firstname
...objectClass: organizationalPerson
objectClass: inetOrgPerson
loginShell: /bin/bash
homeDirectory: /home/firstname
cn: firstname lastname
mail: firstname.lastname at domain.com<mailto:firstname.lastname at domain.com>
This is how I connect Dovecot with LDAP
hosts = ldapserver
ldap_version = 3
base = ou=People,dc=domain,dc=com
deref = never
scope = subtree
user_attrs =
user_filter = (&(objectclass=inetOrgPerson)(uid=%n)
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectclass=inetOrgPerson)(uid=%n))
default_pa...
2010 Oct 06
2
LDAP authentication on a remote server (via ldaps://)
...e local network.
Now, I have a few servers in our local office and I would like them to
authenticate from the remote LDAP server using encryption via
ldaps://.
(at this stage, without using client-side certificate)
I have run a similar command as I did on the remote servers, replacing
ldap://localldapserver by ldaps://ldap.mycompany.com:
authconfig --enableldap --enableldapauth --enablecache
--enablemkhomedir --ldapserver=ldaps://ldap.mycompany.com
--enableldaptls --ldapbasedn=dc=mycompany,dc=com --passalgo=sha256
--updateall
and I put the CA certificate at the right place.
(either explicitly point...
2018 Oct 16
5
Samba v3 works with LDAP, but not Samba v4
...log file = /var/log/samba/log.%m
# For debugging enable the log level of 5
log level = 5
max log size = 50
# LDAP Settings
ldap suffix = "o=EXAMPLE"
ldap admin dn = "cn=PUSer,ou=Proxies,ou=Auth,o=EXAMPLE"
passdb backend = ldapsam:ldap://ldapserver.example.com
[homes]
valid users = %S
read only = No
writeable = yes
browseable = no
create mask = 0600
public = No
comment = %u's Z-Drive
nt acl support = no
inherit permissions = no
hide dot files = yes...
2009 Oct 27
3
samba ldap
...mbldap.c:smbldap_open_connection(786)
smbldap_open_connection: connection opened
[2009/10/27 12:37:29, 2] lib/smbldap.c:smbldap_connect_system(982)
failed to bind to server ldap://localhost/ with
dn="cn=admin,dc=webaroo,dc=com" Error: Can't contact LDAP server
(unknown)
I have ldapserver running on the same server as samba server is
running. when i run ldapsearch -x -H ldaps://localhost. I am able to
see the user details.
Please let me know if anyone needs configs and additional information.
Also when i run smbldap-populate, i get
http://paste.ubuntu.com/302630/
Thanks,
Kaushal
2005 Jun 02
5
Samba Password Expiry Date
Hi,
i have configured a Samba PDC based on idealx.org.
now, whenever i set the sambaMustChangePassword flag to 0, then
from the subsequent logon, there is a popup urge me for changing password.
now, the problem is after i have changed the password, the
sambaMustChangePassword
is set to 2147483647(unix timestamp), which if i converted it into human
readable format, it will be 2038 year,
2015 Mar 31
1
LDAP TLS error -8023
Can somebody tell me what this error means (server, domain etc. changed
to protect the innocent)?
ldapsearch -H ldap://ldapserv-1.example.com:389 -ZZ -W -D
cn=Boss,dc=example,dc=com -b dc=example,dc=com uid=testuser homeDirectory
ldap_start_tls: Connect error (-11)
additional info: TLS error -8023:A PKCS #11 module returned
CKR_DEVICE_ERROR, indicating that a problem has occurred with the token
or slot.
My google s...
2006 Jan 27
1
Samba PDC with Slave LDAP server
...m
).
the samba and openldap are configured on a single system.
i would like to setup samba BDC with slave LDAP server for domain
mydomain.com
and samba BDC is also having DNS server for domain .
my query is, the nsswitch.conf and ldap.con of BDC should point to it's own
LDAP server
or Master LDAPserver
and in smb.conf file of BDC, the passdb backed should point to master or
slave.
and smbpasswd -w <password>, (which password should i enter , the master
LDAP server rootdn password or slave LDAP server rootdn passowrd)
please guide me
Regards
ashok