Article
2013
Problem
A Forum reader recently asked:
"Using NW 6.5 SP7 eDir 8.7.3.9 I want to see who created an object in the tree. How do I do this?"
And here are several of the responses ...
Solution
Jeff Johnson
You can use ndsimon or dsbrowse and look for "creatorsName" in the user attribute.
Aaron Burgemeister
You can also use LDAP requesting '+' as your attribute list
and get the operational attributes, including the creator. Try this:
man ldapsearch
Search for a '+' character (if using 'man' the following keystrokes will search for it where [enter] means hit the enter/return key:
/\+[enter]
Richard Beels
I always had a big line in the .BAT file that I use to run ICE. It called the ones I wanted specifically:
AttrList=*,creatorsName,modifiersName,createTimeStamp,modifyTimeStamp,
etc.
Wolfgang Schreiber
Simply use the free DSReport if you don't want to fight your way through LDAP options.
Related Articles
User Comments
Using creatorsname is not
Submitted by ecyoung on 16 April 2008 - 7:07am.
Using creatorsname is not reliable because object moves are apparently considered a "create".
- Login to post comments
You can also find the info
Submitted by geistc on 16 April 2008 - 7:20am.
You can also find the info in ConsoleOne. Just look at the 'other' tab of the object in question and click the 'Show read only' option at the bottom the dialog box.
- Login to post comments
Use DSReport
Submitted by chadkraft on 16 April 2008 - 11:11am.
There's a cool solution for DSReport http://www.novell.com/coolsolutions/tools/13908.ht...
This tool is very nice. You can export ALL object information for a container into Excel.
- Login to post comments
Where's DSBROWSE for Linux?
Submitted by tse7147 on 29 April 2008 - 4:22am.
It would be nice if Novell would port DSBROWSE to Linux. Fantastic tool, too bad it only runs on Netware.
- Login to post comments
DSBrowse
Submitted by geoffc on 29 April 2008 - 6:53pm.
The replacement for DSBrowse is iMonitor. You can ALMOST do most everything in iMonitor that you could in DSbrowse. If you come up with something, suggest it as an enhancement request, the eDir group is interested in getting any missing features added. (Like the hex dump value of an attribute)
- Login to post comments







5