search for: bindmethod

Displaying 20 results from an estimated 29 matches for "bindmethod".

2009 Mar 06
1
module syncprov
...when there's is any changes on PDC, here is my conf. on /etc/openldap/slapd.conf LDAP Server master moduleload syncprov overlay syncprov syncprov-checkpoint 100 10 syncprov-sessionlog 100 LDAP Server mirror moduleload syncprov syncrepl rid=001 provider=ldap://ldap.domain.com:389 bindmethod=simple binddn="cn=admin,dc=domain,dc=com" credentials=<password> searchbase="dc=domain,dc=com" schemachecking=off type=refreshAndPersist retry="60 +" mirrormode on when i've configured like above then i restart ldap service the serv...
2010 Feb 10
2
LDAP backend replication?
Hi to all! I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP (2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3: # syncrepl directives syncrepl rid=101 provider=ldap://192.168.1.86 bindmethod=simple binddn="uid=zimbra,cn=admins,cn=zimbra" credentials=PASSword searchbase="dc=company,dc=com" schemachecking=on type=refreshAndPersist retry="60 +" syncdata=accesslog # Refer updates to the master updateref ldap://192.168.1.86 Replication works OK, when I...
2004 Feb 22
2
LDAP replication
Hi all, I know this is not ldap list, but I'm setting SAMBA LDAP BDC; I think many of you have experience with this. I setup a replica, I haven't done the following I followed 1. http://howto.aphroland.de/HOWTO/LDAP/ReplicationOverSSLConfigureOpenLDAP 2. http://howto.aphroland.de/HOWTO/LDAP/ReplicationOverSSLSlaveServer 3.
2004 May 11
2
ldap replication
...my slapd.conf file on the master server i added the following lines #permission access to * by dn="cn=repl,dc=felix,dc=local" write # database definition replogfile /var/lib/ldap/slurpd/slurpd.log replica uri=ldap://felixols01.felix.local:389 binddn="cn=repl,dc=felix,dc=local" bindmethod=simple credentials=topsecret tls=no In slapd.conf of my slave server i added: updatedn "cn=repl,dc=felix,dc=local" updateref ldap://felixsch01.felix.local I copied all database files from master to slave. Then i started all services in the following order: - ldapserver on slave - ldaps...
2007 Jan 25
1
LDAP Timeout
...#replogfile /var/lib/ldap/openldap-master-replog replogfile /usr/local/ldap-2.3/var/openldap-slurp/openldap-master-replog replica host=192.168.129.18:389 suffix="dc=msdpl,dc=com" binddn="cn=manager,dc=msdpl,dc=com" credentials=secret bindmethod=simple replica host=192.168.128.3:389 suffix="dc=msdpl,dc=com" binddn="cn=horeplica,dc=msdpl,dc=com" credentials=secret bindmethod=simple replica host=192.168.130.3:389 suffix="dc=msdpl,dc=com" bindd...
2008 Apr 15
0
login ldap pdc
...bjectClass eq # Save the time that the entry gets modified, for database #1 lastmod on # Where to store the replica logs for database #1 replogfile "/var/lib/ldap/replog" replica uri=ldap://192.168.0.132:389 binddn="uid=replication,ou=users,dc=mailan,dc=local" bindmethod=simple credentials=secofr # bindmethod=simple credentials="{SSHA}KsGfPaQR67EKAEbW9FYvloppjVBDSk47" # tls=yes # # The userPassword by default can be changed # by the entry owning it if they are authenticated. # Others should not be able to see it, except the # admin entry below # These a...
2011 Feb 17
6
making BDC samba + ldap server
Hi guys Im looking to config a BDC server for the high traffic supported inside the primary server. I never configured a BDC server inside ubuntu 9.04 and OpenLdap and Im very lost. Looking for internet I found howtos for PDCs server but not for BDC. Anyone can help me more? Im making a clean install and I don't know how to create same users than PDC for samba and how to make a slave ldap
2004 Jun 10
4
And the LDIF thing
Sorry.. One more email.. I tried to create the IDMAP container on the LDAP with an example I found: dn: ou=Idmap,dc=softeng,dc=com objectClass: organizationalUnit ou: idmap structuralObjectClass: organizationalUnit and it gives: adding new entry "ou=Idmap,dc=softeng,dc=com" ldap_add: Constraint violation additional info: structuralObjectClass: no user modification allowed
2003 Dec 03
1
net rpc vampire is sucking my brain!
...ndex sambaSID eq index sambaPrimaryGroupSID eq index sambaDomainName eq index default sub # Replicas of this database #replogfile /var/lib/ldap/openldap-master-replog #replica host=ldap-1.example.com:389 tls=yes # bindmethod=sasl saslmech=GSSAPI # authcId=host/ldap-master.example.com@EXAMPLE.COM
2004 Oct 09
0
winbind doesn't follow updateref in replica ldap server
...cate to the other. Replication works but winbind seems to add entries on the secondary ldap server and not follow the updateref given from the server. This is a problem since the ldap database run out of sync. The relevant configuration items are: primary: slapd.conf: replica host=secondary:389 bindmethod=simple binddn=cn=admin,dc=domain,dc=com credential=secret smb.conf: idmap uid = 10000-650000 idmap gid = 10000-650000 winbind enum users = yes winbind enum groups = yes idmap backend = ldap:ldap://localhost ldap admin dn = "cn=admin,dc=domain,dc=com" ldap suffix = "dc=com,dc=com&q...
2008 Jul 16
1
LDAP with posix account (userPassword only)
...by * read by anonymous auth idletimeout 30 database bdb suffix dc=nt,dc=com rootdn cn=Manager,dc=nt,dc=com rootpw secret replica host=nt.com:389 suffix="dc=nt,dc=com" binddn="cn=updateuser,dc=nt,dc=com" bindmethod=simple credentials=secret access to attrs=sambaLMPassword,sambaNTPassword by dn="cn=sambaadmin,dc=nt,dc=com" write by * none replogfile /var/lib/ldap/replogfile directory /var/lib/ldap index objectClass eq index cn pres,sub,eq i...
2008 Jun 12
0
syncrepl in OpenLDAP 2.3.x (CentOS 5) and updating on a replica
...what I have configured on the master: overlay syncprov syncprov-checkpoint 1 10 syncprov-sessionlog 100 And on the slave: syncrepl rid=1 provider=ldap://ldap1.mydomain.com type=refreshAndPersist searchbase="dc=mydomain,dc=com" schemachecking=off bindmethod=simple binddn="cn=Manager,dc=mydomain,dc=com" credentials=xxxxxxxxxxx updateref ldap://ldap1.mydomain.com/ It works with queries, and when I do an update on the master, it replicates fine to the slave. But when I try to do some change on the slave, that's what I ge...
2011 Feb 26
2
FW: making BDC samba + ldap server
...the slapd.conf on your master and put a few lines in it at the end. Be carefull all tabs must fit exact as this example: replica uri=ldap://IPOFYOUR2MACHINE:389 binddn="cn=youradmin,dc=your,dc=ldap" suffix="dc=yourc,dc=ldap" bindmethod=simple credentials=securepassword I understand the part of backup slapd only works with the service stopped? Well Im grateful for all your time :-) Thanks and Best Regards 2011/2/18<tms3 at tms3.com> In my hint I think your samba PDC/Ldap is cuurently working well! First...
2009 Jan 22
0
Samba LDAP PDC not working together
...pres,sub index uidNumber,gidNumber,loginShell eq,pres index uid,memberUid eq,pres,sub index nisMapName,nisMapEntry eq,pres,sub # Replicas of this database #replogfile /var/lib/ldap/openldap-master-replog #replica host=ldap-1.example.com:389 starttls=critical # bindmethod=sasl saslmech=GSSAPI # authcId=host/ldap-master.example.com@EXAMPLE.COM Am running it under RedHat Linux 5.1. Please do help am quite under pressure Regards Kevin
2005 Sep 01
1
wbinfo problems and documentation questions
...fix "dc=keenanmotorgroup,dc=com" rootdn "cn=Manager,dc=keenanmotorgroup,dc=com" replica host=indy.keenanmotorgroup.com:389 suffix="dc=keenanmotorgroup,dc=com" binddn="cn=updateuser,dc=keenanmotorgroup,dc=com" bindmethod=simple credentials=mypass access to attrs=sambaLMPassword,sambaNTPassword by dn="cn=sambaadmin,dc=keenanmotorgroup,dc=com" write by * none replogfile /var/lib/ldap/replogfile directory /var/lib/ldap # Indices to maintain index objectClass eq index cn...
2018 Mar 12
2
LDAP: PDC to BDC replication issues
...ng the LDIFs for Provider and consumer, we found that the in the PDC the oldDatabase(1)HDB was converted from a file to a folder. The contents of the which are below. In BDC it remained a file. BDC: LDAP sync related bits from olCDatabase(1)HDB olcSyncrepl: {0}rid=0 provider=ldap://lin-pdc1.lin bindmethod=simple bindd n="cn=admin,dc=lin" credentials=seceret searchbase="dc=lin" log base="cn=accesslog" logfilter="(&(objectClass=auditWriteObject)(reqResult=0)) " schemachecking=on type=refreshAndPersist retry="60 +" syncdata=accesslog olcUpdateRef: l...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...gt; I have these commented out in the slapd.conf for the moment. >> > >> > #replica host=192.168.0.3:389 >> > # suffix="dc=tinistuff,dc=com" >> > # binddn="cn=updateuser,dc=tinistuff,dc=com" >> > # bindmethod=simple credentials=123456 >> > >> > #replogfile /var/lib/ldap/replogfile >> > >> > >> > This is my smb.conf as per chapter 6; >> > ***Note we are using "sambaadmin" and not "Manager" as in Chapter 5*** >> > >>...
2004 Jan 09
1
smbldap-tools problem with Samba 3.0.1/LDAP 2.1.22/Fedora Core 1
...e eq,pres,sub index uidNumber,gidNumber,loginShell eq,pres index uid,memberUid eq,pres,sub index nisMapName,nisMapEntry eq,pres,sub # Replicas of this database #replogfile /var/lib/ldap/openldap-master-replog #replica host=ldap-1.example.com:389 tls=yes # bindmethod=sasl saslmech=GSSAPI # authcId=host/ldap-master.example.com@EXAMPLE.COM
2006 Jan 17
0
samba 3.0.21 PDC with LDAP problems
...trators,ou=Groups,dc=msdpl,dc=com" write by dn="cn=Account Operators,ou=Groups,dc=msdpl,dc=com" write by * none access to * by * read # Replicas of this database #replogfile /var/lib/ldap/openldap-master-replog #replica host=ldap-1.example.com:389 starttls=critical # bindmethod=sasl saslmech=GSSAPI # authcId=host/ldap-master.example.com@EXAMPLE.COM ################################################################### my samba pdc with LDAP, smb.conf file is ################################################################## # This is the main Samba configuration file. Y...
2006 Jan 20
0
samba wbinfo -U "error Looking up domain users"
...,ou=Groups,dc=msdpl,dc=com" write by dn="cn=Account Operators,ou=Groups,dc=msdpl,dc=com" write by * none access to * by * read # Replicas of this database #replogfile /var/lib/ldap/openldap-master-replog #replica host=ldap-1.example.com:389 starttls=critical # bindmethod=sasl saslmech=GSSAPI # authcId=host/ldap-master.example.com@EXAMPLE.COM ################################################################### my samba pdc with LDAP, smb.conf file is ################################################################## # This is the main Samba configuration fi...