debian-sf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Debian-sf-devel] LDAP problem


From: Roland Mas
Subject: Re: [Debian-sf-devel] LDAP problem
Date: Fri, 04 Jan 2002 14:33:56 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

Tim Uckun (2001-12-29 22:37:12 -0800) :

> After I installed sf 2.6 I noticed that the slapd.conf file was
> missing. I don't know how or why this happened but it did. I did a
> dpkg-reconfigure slapd. It ran OK but it did not create a slapd.conf
> file.

  Strange.  You might want to try apt-get --reinstall install slapd.

> Anybody know why this would happen? Can anybody send me their
> slapd.conf so I can see what entries need to be there?

  Here's what I have.  The Sourceforge package is installed, so that's
not the state before installation.

,----
| $ grep -v '^#' /etc/ldap/slapd.conf | grep -v '^ *$'
| include       /etc/ldap/schema/core.schema    #Added by Sourceforge install
| include       /etc/ldap/schema/cosine.schema  #Added by Sourceforge install
| include       /etc/ldap/schema/inetorgperson.schema   #Added by Sourceforge 
install
| include       /etc/ldap/schema/nis.schema     #Added by Sourceforge install
| include       /etc/sourceforge/sourceforge.schema     #Added by Sourceforge 
install
| schemacheck   off
| pidfile               /var/run/slapd.pid
| argsfile      /var/run/slapd.args
| loglevel      0
| database      ldbm
| suffix                "dc=sf-dev,dc=echo-net,dc=net"
| directory     "/var/lib/ldap"
| lastmod on
| access to dn=".*,ou=Roaming,dc=sf-dev,dc=echo-net,dc=net"
|       by dnattr=owner write
| access to attribute=userPassword
|       by dn="cn=SF_robot,dc=sf-dev,dc=echo-net,dc=net" write
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write
|       by anonymous auth
|       by self write
|       by * none
| access to dn=".*,ou=People,dc=sf-dev,dc=echo-net,dc=net"              
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write   
|       by dn="cn=SF_robot,dc=sf-dev,dc=echo-net,dc=net" write          
|       by * read                               
| access to dn="ou=People,dc=sf-dev,dc=echo-net,dc=net"         
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write   
|       by dn="cn=SF_robot,dc=sf-dev,dc=echo-net,dc=net" write          
|       by * read                               
| access to dn="ou=Group,dc=sf-dev,dc=echo-net,dc=net"          
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write   
|       by dn="cn=SF_robot,dc=sf-dev,dc=echo-net,dc=net" write          
|       by * read                               
| access to dn="ou=cvsGroup,dc=sf-dev,dc=echo-net,dc=net"               
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write   
|       by dn="cn=SF_robot,dc=sf-dev,dc=echo-net,dc=net" write          
|       by * read                               
| access to *
|       by dn="cn=admin,ou=People,dc=sf-dev,dc=echo-net,dc=net" write
|       by * read
| $
`----

  Hope this helps,

Roland.
-- 
Roland Mas

Au royaume des aveugles, les borgnes n'ont qu'un oeil.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]