Article

coolguys's picture

Finding Out Who Created an NDS Object

Author Info

16 April 2008 - 6:03am
Submitted by: coolguys

article
Reads:

2013

Score:
0
0
 
Comments:

5

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.


Author Info

16 April 2008 - 6:03am
Submitted by: coolguys




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".

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.

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.

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.

geoffc's picture

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)

© 2009 Novell, Inc. All Rights Reserved.