| |
| |
| |
|
Page: 1 2
Comments:
<0> I am having some problems with LDAP through Java. I have created a rootdn "cn=Manager, dc=blackhole" but I am unable to create new subcontexts <0> do I need to create a cn under my initial dc ? <1> Chris-M: have you read the quickstart-guide at openldap.org and browsed through the faq-o-matic? <0> been reading docs for hours and dont seem to be getting anywhere <0> I hace created the initial info using slapadd <0> but trying to create new info under Java <1> I try not to combine ldap and java.. too much hazzle. I'd look at novell's jldap-library or any other library build as an abstraction on jndi. <1> mv ~ /dev/bed <0> I am on the quick start guide <0> ldapsearch -x -b '' -s base '(objectcl***=*)' namingContexts -- is telling me bad search filter <2> Hello! I just set up a LDAP server on gentoo. I'm trying to add entries with phpldapadmin, but can't. But I managed to login as Manager, and it asks me to create a "base entry". Can anyone point me on where to go on, as I'm a LDAP newby. <3> nyk2005, the install guide <3> it's covered in detail there <4> oh, uh, hello :) <2> Aaron: didn't see it.... I look again now <3> k
<2> Aaron: you dont mean the docs? <3> http://www.openldap.org/doc/admin23/dbtools.html#Creating%20a%20database%20over%20LDAP <0> I have followed the quick start exactly... when ever I connect to the server using the ldab browser the server dies (unknown WSA error) <2> Aaron: I get an error like this: "ldap_add: Naming violation (64), additional info: value of naming attribute 'dc' is not present in entry", when I try to add an organisation object as described in the guide. <2> got t <2> it <2> How do I disallow anonymous bind? <2> found it out.. <0> Hi again folks. Really need to find someone that has had some experience using ldap within Java if anyone is willing to spare a little time <2> Does anyone know how I can get zope LDAPUserFolder to search in TWO LDAP servers? I know I can add a second server, but it only searches the first... Any ideas? Can I somehow mirror one server in the other? <1> nyk2005: you can make one of the server syncronized with the other.. using either syncrepl og slurpd if your servers are openldap. Read more about it at openldap.org in the admin-guide and faq-o-matic <2> thanks!! <5> hi <6> K. I've got an LDAP address book directory. I can authenticate from evo, I can search it, I can delete entries, I can paste entries from local address book, however, I can't change existing entries, I can't add new ones. <7> hi. Suppose I have 3 ldap trees: "ou=site1,dc=mydomain,dc=org","ou=site2,dc=mydomain,dc=org" and "ou=site3,dc=mydomain,dc=org". Is it possible to replicate these remote databases into one big local tree? thanks. <8> Stonekeeper, you could replicate each one, and on the "big" tree side, you just make them all subordinate to a parent database <7> hi _ranger_. is there a url explaining this? thanks <8> Stonekeeper, this specific scenario, probably not ... <8> but, replicating 3 different suffixes is no problem <8> and, using the subordinate keyword (which uses the rwm overlay, and instatiates it) is documented in the slapd.conf man page <7> i was just reading about it. So this is the same as referrals? <8> no <8> it's like server-side referrals <7> ah! superb. That's what I'm after, so the client doesn't have to deal with referrals <8> ok, so on the "big" side, just ensure you have the dc=mydomain,dc=org database last in the config, all the children of it marked as subordinate <9> my ldap start/stop successfully <9> but... <9> when i am adding user using smbldap-tools it stops responding <9> it doesnt show me ldap users in webmin <9> so what is the problem??can any body help me?? <1> corrupt db perhaps? ran db_recver? <9> Gagatan no <9> let me try that <7> _ranger_: thanks man. I'll scan the openldap site for docs on this <9> but everthing was working correctly yesterday night..dont know what happend today <9> Gagatan what are the parameters of db_recover?? <1> just be in the correct directory and run db_recover <9> it is in var/lib <1> nilesh111: then go to /var/lib/ldap and run db_recover there <1> there's some notes on db-maintenenace at openldap.org -> faq-o-matic <9> Gagatan done <9> but now webmin is showing no users found in LDAP <9> i think it has removed all users?? <9> should i try samba-populate? <1> forget about webmin.. start using cli such as ldapsearch for debugging.. when all is done.. _then_ go back to webmin if you prefer that tool <8> nilesh111, what version are you running, what database, provide your slapd.conf somewhere we can see it <9> Gagatan webmin was showing me all the LDAP users yesterday <9> _ranger_ do you want to see my slapd.conf?? <9> [root@jay ldap]# ldapsearch -x -b "dc=hitech,dc=com" "(ObjectCl***=*)" |more <9> # search result <9> search: 2 <9> result: 80 Internal (implementation specific) error <9> text: internal error <10> hello. i have an old ldapfile . If I used sldapadd to add people offline , and the ldap file is changed what will happen to the database? will it update the changed records in the file? or what else? can some explain to me <9> done.... <9> Gagatan i think it has recovered database. <9> :) <9> i restarted LDAP <9> and bingo... <8> nilesh111, but, the real question is, why did this happen in the first place <9> _ranger_ i dont know..
<8> nilesh111, well, you haven't answered the questions I asked <8> such as, which version are you running <9> _ranger_ how can i see version?? <8> whether you have configured checkpointing <8> nilesh111, how did you install openldap ? <9> _ranger_ actually i wanted to know the command for version <9> just a min. <8> nilesh111, the easiest way may depend on how you installed it <9> [root@jay /]# rpm -qa openldap <9> openldap-2.2.13-4 <9> _ranger_ <8> nilesh111, http://anorien.warwick.ac.uk/mirrors/buchan/rhel4/openldap/ <8> if you run 2.2, especially RH's packages, you will have the problems you are having now <8> unless you do quite a bit of work <8> it's a much better idea to upgrade to 2.3 <9> _ranger_ i am using CentOS which is same as RH9 i think <8> no, it's probably Centos 4, which is a rebuild of RHEL4 <8> that package version you list is what was shipped with RHEL4 <9> [root@jay /]# uname -a <9> Linux jay.com 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686 i686 i386 GNU/Linux <9> yes <9> _ranger_so which will be the best OS for SAMBA/LDAP?? <9> we are thinking to implement it on RH9 <8> NO!!!! <9> will it create problem?? <1> RH9 why downgrade? <8> What makes you think a 3-year-old distro which no longer gets security updates, has obsolete versions of everything will be better ?????????? <9> _ranger_ ,Gagatan so what do you suggest <9> may be we use FC4 <9> the latest version of RH <8> nilesh111, just install the packages at the url above <9> one more problem i am facing is of Profiles. <8> that would be off-topic here <9> _ranger_ yes <9> i will try to use latest version of OpenLDAP <9> thanks _ranger_ and Gagatan <10> bye <8> nilesh111, I would suggest you use those packages, it is what I use in production on two sets of LDAP servers, one set with 600 000 entries, one set with 60 000 entries <8> each set of servers has a master cluster and a few slaves <8> one has a DR site, with a master and a slave <10> how can I update a dn record? <10> HELLO <8> change the dn? either via modrdn, or delete the entry and re-create it <11> hey cutmasta <10> _ranger_, ok <12> hi jay_ <12> wazup? <11> cutmasta, do you know me?? <11> lol <11> i am nilesh <12> ah the man with much probs :) <11> OPen Xchange is working.. <12> ah nice to hear <11> lol yes... <12> ;) <11> cutmasta, but your document needs lots of changes <11> ;) <12> jay_: i know <12> but i have no time for that <10> all i want is to use my old ldif file to update the database.. if something changes in it <11> cutmasta, you should update it because there are lots of newbie who will use it <11> like me <12> i will add a line: <12> NOT FOR NOOBS <12> ;) <11> lol <10> LDAP as I noticed is not for NOOBS <11> superlinux, i am noobs but still i have configured LDAP <11> :) <11> with the help of experts here. <11> :) <10> well if you had some previous reading in OOP it can really help <11> superlinux, yaa no doubt it is very tough at starting stage <7> my 3hours of sleep last night have knackered my brain in :(
Return to
#ldap or Go to some related
logs:
#centos switch openGL enable xinerama xorg maximize to one screen mount lvm rescue #linux apt-build C compiler cannot create executables mm-sources alsa-driver unknown symbol pci_pretty_name
#gentoo #web
|
|