Hi,
A very basic question, but can't find a proper answer:
How do I show all attributes of an objectclass? I tried a few commands that are supposed to work on openldap, but can't have the same results in FreeIPA.
Best, Francis
On 2023-02-11 15:19, Francis Augusto Medeiros-Logeay via FreeIPA-users wrote:
Hi,
A very basic question, but can't find a proper answer:
How do I show all attributes of an objectclass? I tried a few commands that are supposed to work on openldap, but can't have the same results in FreeIPA.
Best, Francis
Never mind, this did the trick:
ldapsearch -s base -b cn=schema objectClasses -LLL -o ldif-wrap=no |\ sed -nr '/person/ p' | sed -r 's/[$()]+/\n /g'
freeipa-users@lists.fedorahosted.org