Rob Verduijn via FreeIPA-users wrote: > Hello, > > I am looking into integrating a 3rd party application with ipa. > > Last time I checked it was only possible to do this with a bind account > that you would create with an ldiff > > ldapmodify -x -D 'cn=Directory Manager' -W <<EOF > dn: uid=mybindaccount,cn=sysaccounts,cn=etc,dc=lab,dc=example,dc=net > changetype: add > objectclass: account > objectclass: simplesecurityobject > uid: system > userPassword: qwerty123 > passwordExpirationTime: 20380101000000Z > nsIdleTimeout: 0 > EOF > > Is still the recommended way to go ? > Or is there an option to do this with the 'ipa user-add' command ?
There is no way to do it using ipa commands yet. Use the ldif. rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
