Re: [Pki-users] LDAP Authentication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



One of the panels during post-installation configuration for TPS asks 
you to set up your authentication ldap system. I usually just point it 
to an existing ldap system I have. The end result of the panel, when I 
take the defaults, is usually like the following in my CS.cfg file (I'm 
only listing the ones matters most to me):
...
auth.instance.0.authId=ldap1
auth.instance.0.baseDN=dc=sjc,dc=redhat,dc=com
auth.instance.0.hostport=localhost:389
...
op.enroll.userKey.auth.id=ldap1

I then need to add an user to the specified ldap system. I use the 
following ldap modify file, ldapModAddUser.txt:

dn: uid=cfu,ou=People,dc=sjc,dc=redhat,dc=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetorgperson
uid: cfu
cn: Christina Fu
sn: Fu
givenName: Christina
userPassword: xxxusrpwdxxx

then I run ldapmodify:

ldapmodify -h localhost -p 389 -D "cn=Directory Manager" -w xxxDMpwdxxx 
-x -f ldapModAddUser.txt

then I'm ready to use uid "cfu" and password "xxxusrpwdxxx" to enroll.

Christina

Zach Casper wrote:
>
> We have followed all steps to install/run Fedora Dogtag/FDS using 
> default settings.
>
> We have also added users/certificates from within the CA/RA subsystems.
>
> We are now to the point we need to format and enroll some smart cards, 
> however, the LDAP Authentication dialog appears and no combination of 
> LDAP User ID/Password work.
>
> We?ve tried cn=Directory Manager, Admin, pkiuser?all without luck.
>
> I know we must have users already in FDS but this documentation seems 
> not to exist.
>
> How do we either add users in FDS so that we can continue to format 
> and enroll smart cards? Are we missing something?
>
> --
>
> Zach Casper
>
> Envieta LLC
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Pki-users mailing list
> Pki-users at redhat.com
> https://www.redhat.com/mailman/listinfo/pki-users
>   




[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux