Article
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.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
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".
- Be the first to comment! To leave a comment you need to Login or Register
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.
- Be the first to comment! To leave a comment you need to Login or Register
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.html
This tool is very nice. You can export ALL object information for a container into Excel.
- Be the first to comment! To leave a comment you need to Login or Register
- Be the first to comment! To leave a comment you need to Login or Register
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)
- Be the first to comment! To leave a comment you need to Login or Register


5