modifytimestamp -- how to get via ldap?

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

 



Brandon G wrote:
> In the IDM console under 'Advanced Properties' on an object you can see 
> create and modify timestamp and other bits of info like this.  How you 
> can pull this info as an attribute via LDAP?  By default, it is not 
> appearing.
>   
modifyTimestamp and other such attributes are operational attributes - 
these types of attributes do not show up unless explicitly asked for - 
in order to use ldapsearch to get this attribute, use
    ldapsearch .... "objectclass=*" modifyTimestamp
or replace objectclass=* with the search filter you want to use
if you want to get all regular attributes and specified operational 
attributes, use
    ldapsearch .... "objectclass=*" \* modifyTimestamp
The "*" means "all regular attributes"

You can do a search of cn=schema to see which attributes have USAGE 
directoryOperation - the console does this
> -Brandon
> --
> 389 users mailing list
> 389-users at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/389-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