Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2 3

<LinkSlice> what would cause this? conn=1 op=2 RESULT tag=105 err=19 text=structuralobjectcl***: no user modification allowed
<LinkSlice> i'm binding as the 'manager' user
<SimonRaven> you can't modify structuralobjectcl***.
<LinkSlice> SimonRaven: ah, ok...
<nuck> if anyone has spare time i have the single entry in my ldif and get an ldapadd: no DN specified. what could be wrong? thanks...dn: dc=example,dc=com
<nuck> dc: example
<nuck> description: This is description
<nuck> objectCl***: dcObject
<nuck> objectCl***: organization
<nuck> o: Phoenix, Inc.
<nuck> it would be really great if someone can point me just to get me going thanks
<rcaskey> aha
<rcaskey> for some reason I get a naming error if I try to create a cn users
<rcaskey> any other name for the cn seems fine
<nuck> im suspecting i have missing entry somewhere in my slapd.conf
<rcaskey> and I checked and ldapsearch for cn=users,dc=music,dc=uga,dc=edu turns up no results
<nuck> rcaskey do you idea why i would get a ldapadd: no DN specified from my ldif entry above? thnasks
<rcaskey> nuck: no, but I've got to go
<rcaskey> ask me again when I'm armound in a few hours ok?
<rcaskey> wife just showed up, time to go to dinner!
<nuck> ok thanks
<Longkong> hi :)
<Longkong> Can I use LDAP with Nickserv?
<Longkong> so the p***word is saved in a LDAP Database..
<Gagatan> Longkong: I guess you have to ask nickserv about that, not ldap ;)
<reiffert> :)
<Longkong> Can I store PC Informations with LDAP?
<apeiron> If you can dream a schema, you can do it.
<Longkong> ah I see, ADS could do this. Is ADS a real LDAP implementation?
<Aaron> I would imagine so, but i dont know how you would modify the schema
<Aaron> i've done no research on the matter
<Aaron> Longkong, you would have to speak to the developer of the nickserv implementation you refer to
<Longkong> But ADS runs only with Windows, so I have to take another implementation :)
<Aaron> but the short answer is yes, if they build it it
<Aaron> er
<Aaron> it in
<Longkong> which one do you recommend?
<robertj> nuck, you still here?
<nuck> yes
<robertj> did you get your problem fixed?
<nuck> no not yet its still complaning about ldapadd: no DN specified
<nuck> my only entry in the ldif file is
<Longkong> Well I just could try OpenLDAP :)
<robertj> nuck: does ldapsearch on your base return any entries?
<nuck> dc=example,dc=com
<nuck> nuck dc: example
<nuck> nuck description: This is description
<nuck> nuck objectCl***: dcObject
<nuck> nuck objectCl***: organization
<nuck> nuck o: Phoenix, Inc.
<JoBbZ> nick: use pastebin.com :P
<JoBbZ> err
<JoBbZ> nuck
<JoBbZ> ;)
<nuck> im using gq so its easier and theres no object below the root which is example.com
<Longkong> Novell eDirectory is a little bit too expensive :)
<nuck> JoBbZ ok
<tioan> dokbot: did you knew if it give an dap schema to store apache vhosts in ldap?
<dokbot> tioan: You are moron #1
<robertj> my problem is that i'm getting a name violation when I attempt to create cn=users,dc=music,dc=uga,dc=edu
<robertj> cn=users2 works fine
<robertj> but if I attempt to rename it to users it gets unhappy
<robertj> and there is no users in the directory
<JoBbZ> subtree renames are only supported with back-hdb in OpenLDAP
<JoBbZ> if you are trying to rename cn=users2
<robertj> JoBZ: users2 is empty
<robertj> I can't create a users either
<robertj> LDAP_ALREADY_EXISTS
<robertj> but err...it doesn't
<JoBbZ> you sure? :)
<tioan> robertj: i have had the same erro today
<tioan> i could add the user because ldapadd means it exist
<robertj> tioan: doing what
<tioan> but i could delete him because ldapdelte meas he does exist
<tioan> robertj: slapcat > backup.ldif
<robertj> well I cant add my users because I can't create the users ou for them to go in
<tioan> stoping slapd
<tioan> rm -rf /var/lib/ldap/*
<tioan> slapadd < backup.ldif
<robertj> tioan: err that sounds unfun
<tioan> choen ldap:ldap /var/lib/ldap
<tioan> stsarting slapd
<tioan> and alle worsk finre
<nuck> i get the feeling my questions not worth answering?!? is it really that basic?
<robertj> root@moocow:~# slapadd < /home/rcaskey/Desktop/dc\=music.ldif
<robertj> slapadd: dn="cn=users,dc=music,dc=uga,dc=edu" (line=977): (65) attribute 'cn' not allowed
<JoBbZ> that's such an interesting way to use slapadd
<JoBbZ> see, i always use the -l option to it :P
<JoBbZ> to specify the file
<JoBbZ> but anyhow
<JoBbZ> sounds like there's a problem with the cn=users objectCl***es
<robertj> its just an organizationalUnit
<JoBbZ> no
<JoBbZ> that would be ou
<JoBbZ> cn is common name
<robertj> let me go to pastebin
<JoBbZ> did you read the schema definitions?
<JoBbZ> 'k
<robertj> http://pastebin.com/413922
<nuck> if anyones got time to spare here are the links to my slapd.conf and a1.ldif that causes ldapadd: no DN specified http://pastebin.com/413919 http://pastebin.com/413917 thanks in advance
<robertj> that's the bad-boy in question
<JoBbZ> robertj: did you read the definition of the organizationalUnit objectcl***?
<JoBbZ> it says
<JoBbZ> MUST organizationalUnitName
<robertj> belogns to...
<JoBbZ> MAY organizationalAttributeSet
<JoBbZ> which means
<JoBbZ> *only* those two attributes can exist
<JoBbZ> with that objectCl***
<JoBbZ> "cn" is not listed.
<JoBbZ> so the error is correct
<JoBbZ> if you want to use CN
<JoBbZ> I suggest
<JoBbZ> organizationalRole
<JoBbZ> as your objectCl***
<robertj> JoBbZ: I'm concerned that might break my OS 10.3 clients
<JoBbZ> http://pastebin.com/413928
<robertj> let me read up though
<JoBbZ> is one option
<robertj> why did apple allow cn in their schema then...
<JoBbZ> http://pastebin.com/413929
<JoBbZ> is the other one
<JoBbZ> because Apple goes and breaks things
<JoBbZ> :P
<nuck> ok have a nice day to you all
<robertj> how naughty would it be to redefine ou?
<JoBbZ> very bad
<JoBbZ> don't muck with schema definitions
<JoBbZ> it leads to hell
<robertj> well let me try with organizationalroll
<JoBbZ> too bad nuck left
<JoBbZ> i was about to help him
<JoBbZ> oh well
<Aaron> robertj, perhaps organizationalRole instead?
<robertj> err hehe
<JoBbZ> hey, iwant to take a roll in the organization :P
<robertj> oooh all quiet this time!
<robertj> I'm still curious why they have different base schemas
<robertj> are they simply older revisions?
<robertj> inquiring minds want to know!
<apeiron> robertj: You're schizophrenic now?
<robertj> ooh very good sign is that id <name> is working now!
<robertj> ok, brb yall
<robertj> gotta go test
<robertj> looking good here now :)
<robertj> hehe directory logins are working great but remove home directories don't do so well over DSL
<robertj> especially when you have 20 meg wallpaper ;)
<[batleth]> hello
<nuck> ls


Return to ldap
or
Go to some related logs:

chatzone
eurochat
Phaqui

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact