>>> On Tue, Feb 26, 2008 at 11:24 AM, in message <[EMAIL PROTECTED] >, Bertil Starck <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using the redbook "Security on z/VM" to try to use RACF as authorize > logon to z/Linux. > > Now following the redbook carefully, I'm stock in "Chapter 3 z/VM LDAP > server" bullet 12 "Verify LDAPADM2 is able to use native authentication:" > > I've added user linux2 to RACF: > > rac adduser linux2 pass(TEST123) > Ready; T=0.01/0.01 16:38:24 > > Here's the command, that will not work: > > ldapsrch -h 192.168.235.245 -D "cn=linux2,o=ibm" -w "TEST123/ITSO7471" -s > base - > b "o=ibm objectclass=*" > > ldapsrch -h 192.168.235.245 -D cn=linux2,o=ibm -w TEST123/ITSO7471 -s base > -b o= > ibm objectclass=* > ldap_sasl_bind_s: Credentials are not valid > ldap_sasl_bind_s: additional info: R004062 Credentials are not valid > (ldbm_authe > nticate_user) > Ready; T=0.01/0.02 16:38:33
The Redbook doesn't show any double quotes around the o=ibm value, just the objectclass=* parameter. LDAPSRCH -h 9.12.4.191 -D "cn=linux1,o=ibm" -w "test123/itso7471" -s base -b o=ibm "objectclass=*" Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
