Chun Tat David Chu
2009-Jan-27 00:16 UTC
[Fedora-directory-users] Modify Admin Port via LDIF
Hi all, I have a question. Can you modify the admin port via LDIF? If so, can you tell me where is the admin port located and what attributes I should set. Thanks in advance! - dc
Rich Megginson
2009-Jan-28 21:07 UTC
Re: [Fedora-directory-users] Modify Admin Port via LDIF
Chun Tat David Chu wrote:> Hi all, > > I have a question. Can you modify the admin port via LDIF?No, not entirely. You have to change it in both LDAP and in the console.conf file. In LDAP, do a search like this: ldapsearch -x -D "cn=directory manager" -w password -b o=netscaperoot nsServerPort=9830 to find the entry , then use ldapmodify on that entry. After you do that, edit console.conf and change the Listen directive. Then restart the admin server - it should listen on the new port.> If so, can you tell me where is the admin port located and what > attributes I should set. > > Thanks in advance! > > - dc > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Chun Tat David Chu
2009-Feb-06 20:28 UTC
Re: [Fedora-directory-users] Modify Admin Port via LDIF
aahh, I didn''t realize someone replied my message till Today. Thanks Rich! :-) - dc On Wed, Jan 28, 2009 at 4:07 PM, Rich Megginson <rmeggins@redhat.com> wrote:> Chun Tat David Chu wrote: > >> Hi all, >> >> I have a question. Can you modify the admin port via LDIF? >> > No, not entirely. You have to change it in both LDAP and in the > console.conf file. In LDAP, do a search like this: > ldapsearch -x -D "cn=directory manager" -w password -b o=netscaperoot > nsServerPort=9830 > to find the entry , then use ldapmodify on that entry. After you do that, > edit console.conf and change the Listen directive. Then restart the admin > server - it should listen on the new port. > >> If so, can you tell me where is the admin port located and what attributes >> I should set. >> >> Thanks in advance! >> >> - dc >> ------------------------------------------------------------------------ >> >> -- >> Fedora-directory-users mailing list >> Fedora-directory-users@redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-users >> >> > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users > >