Displaying 20 results from an estimated 106 matches for "ldapservers".
2005 Feb 22
0
LDAP backend for a stand-alone server
I'm sure I'm missing something in the configuration or am misconfiguring
the ldif. Regular linux accounts authenticate fine looking at the ldap
but not samba accounts. When I try to map a drive, it just returns
"Incorrect password or unkown username". I have ldap running on a
seperate server from the samba server.
I get nothing in the messages logs on the samba server,
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&quo...
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
hi list,
we want to migrate all our users from smbpasswd into ldap, but first
test it so the current samba server in production should not be
changed. to achieve this i created a smb.conf file with the following
content:
--- [smb.conf]
[global]
workgroup = mpi
netbios name = sandy01
netbios aliases = sandy02 sandy03
interfaces = 10.4.0.106/255.255.0.0
bind interfaces only = yes
socket
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 * by...
2004 Oct 28
0
Samba3 pdc bdc scenario
Hi all!
I'm a bit unsure if my idea is the best approach to this. So here's what I'm
supposed to do:
There is currently a samba pdc running with samba-2 which is about to be
replaced because of some strange behaviour. The idea is to build a bdc first
which should 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
2018 Jun 14
3
CentOS7: Setting up ldap over TLS in kickstart file
Hi,
I'm facing a problem with setting up LDAP+TLS client authentication in a
kickstart script on CentOS7 for several days.
Setting up manualy the config with system-config-authentication works but I need
to automate this in kickstart for deploying cluster nodes.
This show that the server side is running fine.
At this time the message is
#systemctl status sssd
|....
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
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=simp...
2007 Jun 20
5
0.23 question
I think that 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
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
2007 Oct 10
5
Puppet ldapnodes issue
I am attempting to move our test puppet installation from looking for node information in a manifest to LDAP. I followed the instructions at: https://reductivelabs.com/trac/puppet/wiki/LdapNodes and was able to get the puppet schema loaded into our LDAP.
I can now query LDAP and modify/load data without any issues using the OpenLDAP tools.
e.g.
ldapsearch -h ldapdev1.domain.com -x
2018 Sep 29
3
Authenticate users using their firstname
Hi,
I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this:
dn: uid=firstname,ou=People,dc=domain,dc=com
uid: firstname
uidNumber: 4025
gidNumber: 4025
givenName: firstname
objectClass: top
objectClass: person
objectClass: posixAccount
objectClass: shadowAccount
objectClass: organizationalPerson
objectClass:
2010 Oct 06
2
LDAP authentication on a remote server (via ldaps://)
Hello,
I have a central repository of users/groups based on OpenLDAP which is
working on a remote LAN (servers share users credentials and mount
their home directories via NFS). They use non-encrypted ldap
restricted to the 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,
2018 Oct 16
5
Samba v3 works with LDAP, but not Samba v4
Hello!
We have Samba v3 (3.5.10) working against an LDAP server, and need to
upgrade to Samba v4 (4.7.1), RHEL 7 supports only v4. Tried multiple
configs of the smb.conf (including the old config) without success. Cleaned
up smb.conf is below. Also, included is the output of a smbclient command
on the SMBServer with debug option 10. Hoping that someone can point me in
the right direction.
Thanks
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
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
2006 Jan 27
1
Samba PDC with Slave LDAP server
Hi all
I have a samba PDC with LDAP with samba version 3.0.21,(domain=mydomain.com
).
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