search for: searchbase

Displaying 16 results from an estimated 16 matches for "searchbase".

Did you mean: search_base
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=simple binddn="cn=<%= scope.lookupvar(''openldap::params::binddn'') %>" credentials="<%= scope.lookupvar(''openldap::params::...
2009 Mar 06
1
module syncprov
...r 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 service cannot start and when i check on my /usr/lib/openldap/modules i can't find module with the name...
2005 May 31
0
Access denied error when trying to join XP to Samba Domain
...E = "/usr/bin/ldapdelete"; $LDAPMODIFY = "/usr/bin/ldapmodify"; $LDAPSEARCH = "/usr/bin/ldapsearch"; $HOMEDIR = "/dev/null"; $SHELL = "/bin/false"; $SMBPASSWD = "/usr/local/samba/bin/smbpasswd"; sub GetAvailUid() { my ($search, $modify, $searchbase, $filter); $searchbase = "dc=dcscorp,dc=net"." '(objectClass=idPool)'"; $filter = "filter nextUid"; $search = `$LDAPSEARCH -LLL -x -b $searchbase $filter | grep nextUid | cut -d ':' -f2`; chomp ($search); UpdateIDPool ($search); return $search; }...
2010 Feb 10
2
LDAP backend replication?
...et 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 first start LDAP, it populates automatically. But after that initial data, it just doesn...
2013 Dec 17
1
ldapsearch w. SSL refuses to connect to server with openssl 1.0.1 (worked with openssl 1.0.0)
...1.0.1. On a server with up-to-date packages (openssl-1.0.1e-16.el6_5.x86_64, openldap-clients-2.4.23-32.el6_4.1.x86_64) I get the following errors when issuing an ldapsearch (some parts anonymized): [bad]# ldapsearch -H "ldaps://ldap.domain.org:6636/" -D <binddn> -x -W -b <searchbase> -d1 -s sub -v "uid=ME" ldap_url_parse_ext(ldaps://ldap.domain.org:6636/) ldap_initialize( ldaps://ldap.domain.org:6636/??base ) ldap_create ldap_url_parse_ext(ldaps://ldap.domain.org:6636/??base) Enter LDAP Password: ldap_sasl_bind ldap_send_initial_request ldap_new_connection 1 1 0 l...
2004 Apr 18
0
AGI Module
..., 'unverified-patientq'); $AGI->verbose('No account number entered', 1); exit(0); } # Run query to get verification data from server. $AGI->verbose('Executing queury',3); my $sth = $dbh->prepare("select SSN, [Birth Date], Zip, [Home Phone] from SEARCHBASE where [Demo#] = $accountNumber"); $sth->execute(); if ($sth->rows == 1) { @data = $sth->fetchrow_array(); my $ssn = $data[0]; my $dob = $data[1]; my $dob = $data[1]; my $zip = $data[2]; my $homePhone = $data[3]; $AGI->verbose...
2003 Apr 03
0
Re: samba Digest, Vol 4, Issue 5
...rver/srv_netlog_nt.c:get_md4pw(176) > get_md4pw: Workstation poseiden1$: no account in domain > [2003/04/02 19:06:18, 2] smbd/server.c:exit_server(461) > Closing connections Have you tried querying your ldap database? ldapsearch -x -W -D "<admin account>" -b "<searchbase>" "(&(uid=poseiden1_)(objectclass=sambaAccount))" or something like that or do a slapcat > ldapdir.tmp en search for uid=poseidon1$ in there. If it ain't there you can try making it by hand, the passwords are the machinename afaik. If it is there it could be that it h...
2005 Jan 10
1
ldap auth (with user and domain a different places)
...and domain at their own places. Is it possible to authenticate with dovecot against such an ldap-directory? After reading docs and comments in the config-file, I think no, but I am not sure. As I read the source, it is not possible just now, but would be, if I could use %d in the searchbase. Or did I understand something wrong? TIA Timo Boettcher
2008 Jun 12
0
syncrepl in OpenLDAP 2.3.x (CentOS 5) and updating on a replica
...epl. And so far everything is working fine in my test environments. This is 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 th...
2003 Apr 02
2
no mapping between account names and security ids was done
I use a openLDAP database for authentication on my Redhat 7.2 server. The domain is "HOME". I have had no problem adding trust accounts and authenticating against it. Today I had to change the name of my Win2K workstation from poseiden to poseiden1 for compatibility with a package I am testing. Once I changed it and put in a new trust account, I could not rejoin the domain. I gave up and
2018 Mar 12
2
LDAP: PDC to BDC replication issues
...ldDatabase(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: ldap://lin-pdc1.lin PDC: root at lin-pdc1:/etc/ldap/slapd.d/cn=config/olcD...
2003 Jan 18
3
Adding a machine; I think I am onto something
Parameters are: Samba 2.2.7a PDC setup with LDAP includeing posix authentication for Linux. OK, the tutorial I've based my setup on is the Mandrake tutorial found at http://www.mandrakesecure.net/en/docs/ldap-auth.php Works great for autenticateing Linux from LDAP but it is really sparse on the Samba side of things. Esepcially when it comes to adding machine trust accounts. So anyway I
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
...like: > > dn: sambaDomainName=EUROPA,dc=europa,dc=xx > > sambaDomainName: EUROPA > > sambaSID: S-1-5-21-3958726613-3318811842-4132420312 > > should be returned, we will fix it later. > > > > Later in this mail I have seen that you do not have a > > defaultsearchbase > > > > in openldap frontend. so try this: > > # ldapsearch -xLLL -H ldapi:/// -b dc=rugion,dc=ru -s sub > > '(&(sambadomainname=*)(objectclass=sambadomain))' sambaDomainName > > sambaSID > > > >> root at pdc:~# ldapsearch -xLLL -H ldapi:...
2016 Oct 12
2
Replacement pdc samba3 to samba4 nt classic
On 11.10.2016 17:22, Harry Jede via samba wrote: > Am Dienstag, 11. Oktober 2016 schrieben Sie: >> On 11.10.2016 13:52, Harry Jede via samba wrote: >>> On 10:43:49 wrote Gavrilov Aleksey via samba: >>> Until now, you have destroyed your domain. >>> Is the ldap directory on localhost in production or is this pc in a >>> test lab? >> a copy of the
2010 Jun 25
0
WG: Samba PDC and big files
...[LDAP Directory] ServiceName=EMABLT ServerName=PT_STRING8,0x6600 UserName=PT_STRING8,0x6602 UseSSL=PT_BOOLEAN,0x6613 UseSPA=PT_BOOLEAN,0x6615 DisableVLV=PT_LONG,0x6616 DisplayName=PT_STRING8,0x3001 ConnectionPort=PT_STRING8,0x6601 SearchTimeout=PT_STRING8,0x6607 MaxEntriesReturned=PT_STRING8,0x6608 SearchBase=PT_STRING8,0x6603 [Microsoft Outlook Client] SectionGUID=0a0d020000000000c000000000000046 FormDirectoryPage=PT_STRING8,0x0270 WebServicesLocation=PT_STRING8,0x0271 ComposeWithWebServices=PT_BOOLEAN,0x0272 PromptWhenUsingWebServices=PT_BOOLEAN,0x0273 OpenWithWebServices=PT_BOOLEAN,0x0274 CachedExch...
2018 Mar 08
3
LDAP BDC- Classic Domain
Hi Guys, We're trying to add a BDC in Samb4 classic domain setup. The Samba 3 How -To and Samb3 by Example covers this but uses the old slapd.conf option, we are using the slapd.d config. I couldn't find a similar document for Samba4 Can you please advise that the following steps will work? LDAP in the existing PDC is working using the smbldap tools - Setup the LDAP in BDC