Displaying 5 results from an estimated 5 matches for "basedomain".
2015 Nov 27
3
LDAP setup on Centos 7
...must 
> have been a cut/paste issue.
> 
> I now get the following error. As I am a total newbie to LDAP and don't really 
> know what's going on, I don't know what I need to do to fix it.
> 
> [root at ollie2 ~]# ldapadd -x -D cn=Manager,dc=ringways,dc=com -W -f 
> basedomain.ldif
> Enter LDAP Password: 
> adding new entry "dc=ringways,dc=com"
> ldap_add: Naming violation (64)
>        additional info: value of single-valued naming attribute 'dc' 
> conflicts with value present in entry
> [root at ollie2 ~]# cat basedomain.ldif 
>...
2015 Nov 27
2
LDAP setup on Centos 7
I am trying to get LDAP working on my mail server for both user authentication 
and addressbook purposes.
I have tried the tutorials on both 
http://www.server-world.info/en/note?os=CentOS_7&p=openldap&f=1
and
http://albanianwizard.org/ubuntu-10-0-4-lucid-lynx-ldap-configuration-the-working-how-to.albanianwizard
(The second one is for Ubuntu, but claimed to be a complete and working
2015 Nov 27
0
LDAP setup on Centos 7
...ot; error so presumably the problem must 
have been a cut/paste issue.
I now get the following error. As I am a total newbie to LDAP and don't really 
know what's going on, I don't know what I need to do to fix it.
[root at ollie2 ~]# ldapadd -x -D cn=Manager,dc=ringways,dc=com -W -f 
basedomain.ldif
Enter LDAP Password: 
adding new entry "dc=ringways,dc=com"
ldap_add: Naming violation (64)
        additional info: value of single-valued naming attribute 'dc' 
conflicts with value present in entry
[root at ollie2 ~]# cat basedomain.ldif 
# replace to your own domain name...
2015 Nov 27
0
[MASSMAIL]Re: LDAP setup on Centos 7
...p;p=openldap&f=1
and the bit that is failing is the very last step on that page. All I have 
done is copy the code and files direct from the web page, replacing the two 
password fields and replacing dc=server,dc=world with dc=ringways,dc=com 
where required.
[root at ollie2 ~]# slapadd -v -l basedomain.ldif
56588237 The first database does not allow slapadd; using the first available 
one (2)
slapadd: dn="dc=ringways,dc=com" (line=1): (64) value of single-valued naming 
attribute 'dc' conflicts with value present in entry
_#######               39.95% eta   none elapsed...
2015 Nov 27
1
[MASSMAIL]Re: LDAP setup on Centos 7
...the bit that is failing is the very last step on that page. All I have 
> done is copy the code and files direct from the web page, replacing the two 
> password fields and replacing dc=server,dc=world with dc=ringways,dc=com 
> where required.
> 
> [root at ollie2 ~]# slapadd -v -l basedomain.ldif
> 56588237 The first database does not allow slapadd; using the first available 
> one (2)
> slapadd: dn="dc=ringways,dc=com" (line=1): (64) value of single-valued naming 
> attribute 'dc' conflicts with value present in entry
> _#######               39.95% et...