Craig White wrote: >OK - while mucking around with console and certificates, I manually >clipped out the stuff from admin-serv/config/adm.conf & console.conf and >local.conf and seem to have everything back in order. > >I restart the admin-serv and the encryption stuff comes right back into >local.conf and I can't figure out where it is coming from. > > It's stored in the directory server under o=netscaperoot - do an ldapsearch for ldapsearch -b o=netscaperoot -D "cn=directory manager" -w password "cn=configuration" The local.conf file is just a read-only cache of that information. If you cannot edit it using the console, you can use ldapmodify 1) find the full dn of the entry using the ldapsearch as above 2) identify the attributes that deal with the encryption stuff 3) use ldapmodify like the following: ldapmodify -D "cn=directory manager" -w password dn: cn=configuration,..... changetype: modify replace: nameofattr nameofattr: newvalue >So the console tells me that the Administration console is stopped when >it isn't stopped but it can't access it. > >Any clues? (I am getting into a lot of trouble with the console >application) ;-) > >thanks > >Craig > >-- >Fedora-directory-users mailing list >Fedora-directory-users at redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20051208/2bdb2fbd/attachment.bin