Bug 187139

Summary: ldapsearch paramaters incorrect
Product: [Retired] 389 Reporter: Mont Rothstein <mont_rothstein>
Component: wikiAssignee: Rich Megginson <rmeggins>
Status: CLOSED NOTABUG QA Contact: Orla Hegarty <ohegarty>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rcritten
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://directory.fedora.redhat.com/wiki/Howto:Samba#Populating_FDS_with_PDC_Entry
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-20 21:03:26 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:

Description Mont Rothstein 2006-03-28 19:10:15 UTC
Description of problem:

The ldapsearch parameters, as specified in the final compare accounts section,
do not work with a default install of FDS 1.0.1.

The base dn must be specified and SSL connections are not part of a default
installation.

Version-Release number of selected component (if applicable):

FDS 1.0.1

How reproducible:

Always

Steps to Reproduce:
1.ldapsearch -x -Z '(uid=testuser)'
  
Actual results:

Usage instructions are spit out OR SSL initialization failed error

Expected results:

Search results

Additional info:

The command I used is:

./ldapsearch -p PORT -b "dc=DOMAINNAME,dc=DOMAINEXT" '(uid=testuser)'

Comment 1 Rich Megginson 2006-03-28 19:22:05 UTC
The version of ldapsearch used in those commands is /usr/bin/ldapsearch, which
should be in your PATH by default.

However, in order to use -Z (startTLS), the server and clients must have been
configured to use SSL/TLS - see
http://directory.fedora.redhat.com/wiki/Howto:SSL for more details.  You should
be able to omit the -Z.

Comment 2 Mont Rothstein 2006-03-28 22:49:39 UTC
I realize that -Z can be ommitted, I just thought that most users using this
document would be setup for SSL/TLS and that those who were, would know to use -Z.


Comment 3 Chandrasekar Kannan 2008-08-11 23:46:02 UTC
Bug already CLOSED. setting screened+ flag