Bug 253811

Summary: RFE: registration tool (register-ds-admin.pl)
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: Install/UninstallAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 1.0.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:32:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 240316, 427409    
Attachments:
Description Flags
cvs diff (adminserver)
none
sample usage
none
cvs commit message none

Description Noriko Hosoi 2007-08-22 02:02:32 UTC
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.

Comment 1 Noriko Hosoi 2007-08-22 02:09:37 UTC
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.

Comment 2 Noriko Hosoi 2007-08-22 02:27:49 UTC
Created attachment 162025 [details]
sample usage

Comment 3 Noriko Hosoi 2007-08-23 23:52:36 UTC
Created attachment 172383 [details]
cvs commit message

Reviewed by Rich (Thank you!!)

Checked in into HEAD.

Comment 4 Yi Zhang 2007-11-28 23:34:16 UTC
Verified, pass

Same procedure as bug 247739

Pass