Description of problem: 1. if ldap servers are installed at the non-standard location using .inf file (as quickinstall does), register-ds-admin.pl cannot find them. 2. there should be some way to select ldap servers not to register to the Configuration Directory Server.
Created attachment 162024 [details] cvs diff (adminserver) Files: admserv/newinst/src/AdminUtil.pm.in admserv/newinst/src/RegDSDialogs.pm admserv/newinst/src/register-ds-admin.pl.in admserv/newinst/src/register-ds-admin.res.in Change description: 1. Added a question if there is DS located at a non-standard place; if any ask for the path. The question is repeated till empty input (return) is given. 2. Changed the instances data structure to hash to make the comparison easy to check whether the path and server instance name pair is already in the hash or not. 3. When registering the sub DSes, it prompts for the Directory Manager password. If empty password (return) is given, the server is not registered.
Created attachment 162025 [details] sample usage
Created attachment 172383 [details] cvs commit message Reviewed by Rich (Thank you!!) Checked in into HEAD.
Verified, pass Same procedure as bug 247739 Pass