Displaying 20 results from an estimated 37 matches for "replogfil".
Did you mean:
  replogfile
  
2008 Jul 16
1
LDAP with posix account (userPassword only)
...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
index sn                    pres,sub,eq
index uid                   pres,sub,eq
index displayName           pres,sub,eq
index uidNumber             eq
index gidNumber...
2004 Oct 07
2
account is not autorized to connect from this station.
...will not stop the server if you change this.
pidfile         /var/run/slapd/slapd.pid
# List of arguments that were passed to the server
argsfile        /var/run/slapd.args
# Read slapd.conf(5) for possible values
loglevel        256
# Create a replication log in /var/lib/ldap for use by slurpd.
replogfile      /var/log/ldap.log
# Where the dynamically loaded modules are stored
modulepath      /usr/lib/ldap
moduleload      back_ldbm
#######################################################################
# Specific Backend Directives for ldbm:
# Backend specific directives apply to this backend unt...
2004 May 11
2
ldap replication
...ap "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 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.loc...
2005 Sep 01
1
wbinfo problems and documentation questions
...c=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                    pres,sub,eq
index sn                    pres,sub,eq
index uid                   pres,sub,eq
index displayName           pres,sub,eq
index uidNumber             eq...
2006 Mar 03
1
Samba 3 by Example - chapter 5 & 6 ( Manager ->sambaadmin)
...gt;> >
>> > #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***
>> >
>> > ldap admin dn = cn=sambaadmin,dc=tinistuff,dc=com
>>...
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!
...sn                                pres,sub,eq
index displayName                       pres,sub,eq
index 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
2007 Jan 25
1
LDAP Timeout
...m" write
by dn="cn=Domain Admins,ou=Groups,dc=msdpl,dc=com" write
      by dn="cn=Administrators,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
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...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...;Starting $prog: "
if grep -q ^TLS /usr/local/etc/openldap/slapd.conf ; then
daemon ${slapd} -u root -h '"ldap:/// ldaps:///"' $OPTIONS $SLAPD_OPTIONS
RETVAL=$?
else
daemon ${slapd} -u root $OPTIONS $SLAPD_OPTIONS
RETVAL=$?
fi
echo
if [ $RETVAL -eq 0 ]; then
if grep -q "^replogfile" /usr/local/etc/openldap/slapd.conf ; then
prog=`basename ${slurpd}`
echo -n $"Starting $prog: "
daemon ${slurpd} $OPTIONS $SLURPD_OPTIONS
RETVAL=$?
echo
fi
fi
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/ldap
return $RETVAL
}
function stop() {
# Stop daemons.
prog=`basename...
2009 Jan 22
0
Samba LDAP PDC not working together
...for this database
index objectClass                       eq,pres
index ou,cn,mail,surname,givenname      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 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
2004 Sep 24
1
Idmap backend for winbind
I'm trying to set up an Idmap Backend LDAP server for winbind.  I don't
need a full blown SAMBA PDC; just a server to provide the SID to UID/GID
mappings.  We're using a Windows Active Directory server to authenticate
against but we want the above mappings to be the same across multiple
samba machines.  Can we just stand up a simple ldap server and just add
the mappings
and that's
2008 Apr 15
0
login ldap pdc
...e the database file are physically stored for database #1
directory       "/var/lib/ldap"
# Indexing options for database #1
index           objectClass 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...
2005 Jul 05
3
XP Join Samba 3 ; cannot find user name
...eq,subinitial
index  sambaSID,sambaPrimaryGroupSID,sambaDomainName, eq
index  mailLocalAddress eq
### Addressbook entries
index memberof eq
index active,userscode eq,sub,pres
index companyname eq,sub,pres
## default index
index  default pres,eq
lastmod         on
#cachesize 1000
#dbcachesize 10000
replogfile /var/lib/ldap/replog
# Access list for samba
# uses user admin (the rootdn) at the moment.
# 
include /etc/ldap/samba-access.conf
# Access list for the ou=addressbook and user addressbook
# use user addressguest for outlook
#
include /etc/ldap/address-access.conf
## GLOBAL ACCESS
access to dn.base...
2004 Jan 09
1
smbldap-tools problem with Samba 3.0.1/LDAP 2.1.22/Fedora Core 1
...for this database
index objectClass                       eq,pres
index ou,cn,mail,surname,givenname      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
2004 Nov 09
1
Migrating NT4 Domain with Idealx tools
.../etc/ldap/schema/phpgwaccount.schema
include         /etc/ldap/schema/phpgwcontact.schema
modulepath      /usr/lib/ldap
moduleload      back_ldbm
backend         ldbm
schemacheck     on
pidfile         /var/run/slapd/slapd.pid
argsfile        /var/run/slapd/slapd.args
password-hash   {MD5}
replogfile      /var/lib/ldap/replog
loglevel        256
database        ldbm
suffix          "dc=ub,dc=unibas,dc=ch"
rootdn          "cn=manager,dc=ub,dc=unibas,dc=ch"
rootpw          {MD5}XXXXXXXXXXXXXXXXXXXXXX==
directory       "/var/lib/ldap/ub"
lastmod         on
cachesize...
2007 Dec 05
0
Cannot access share
...sambaSID sub
#index uid,uidNumber,gidNumber,memberUid eq
#index cn,mail,surname,givenname eq,subinitial
#index sambaPrimaryGroupSID eq
#index sambaDomainName 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
# 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 access lines apply to database #1 only
access to attrs=userPassword,shadowLastChange
       by dn=...
2007 Dec 05
0
Cannot access share]
...sambaSID sub
#index uid,uidNumber,gidNumber,memberUid eq
#index cn,mail,surname,givenname eq,subinitial
#index sambaPrimaryGroupSID eq
#index sambaDomainName 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
# 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 access lines apply to database #1 only
access to attrs=userPassword,shadowLastChange
      by dn=&...
2006 Dec 15
0
PROBLEM WITH SAMBA AS PDC + LDAP joining MS MACHINES
...the database file are physically stored for database #1
directory       "/var/lib/ldap"
# Indexing options for database #1
index           objectClass 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
# 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 access lines apply to database #1 only
access to attrs=userPassword,sambaNTPassword,sambaLMPasswor...
2006 Dec 14
0
PROBLEM JOINING DOMAIN PDC SAMBA+LDAP W/MS MACHINES
...the database file are physically stored for database #1
directory       "/var/lib/ldap"
# Indexing options for database #1
index           objectClass 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
# 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 access lines apply to database #1 only
access to attrs=userPassword,sambaNTPassword,sambaLMPasswor...
2009 Jun 16
0
(no subject)
...#1
index           objectClass eq
# Save the time that the entry gets modified, for database #1
lastmod         on
# Checkpoint the BerkeleyDB database periodically in case of system
# failure and to speed slapd shutdown.
checkpoint      512 30
# Where to store the replica logs for database #1
# replogfile    /var/lib/ldap/replog
# 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 access lines apply to database #1 only
access to attrs=userPassword,shadowLastChange,sambaLMPasswo...