Java Enterprise System User Questions

From: Aaron Taylor (kusoneko@gmail.com)
Date: Wed May 11 2005 - 14:20:33 EDT


I've got the Directory, Identity, Administration, Messaging and Web
servers all installed and working from JES 2004Q2 on my workstation so
I can test them before deploying them. I ran into a problem with the
users now.

When I run "commadmin user search" the output for a sample user is like this:
##########
##########
dn:
uid=ataylor,ou=People,o=int.crowncollege.edu,dc=int,dc=crowncollege,dc=edu
sn: Taylor
maildeliveryoption: mailbox
cn: Aaron Taylor
objectclass: userpresenceprofile
objectclass: top
objectclass: iplanet-am-managed-person
objectclass: iplanet-am-user-service
objectclass: inetadmin
objectclass: organizationalperson
objectclass: person
objectclass: inetuser
objectclass: inetlocalmailrecipient
objectclass: iplanetpreferences
objectclass: ipuser
objectclass: inetorgperson
objectclass: inetsubscriber
objectclass: inetmailuser
nswmextendeduserprefs: meColorSet=0
nswmextendeduserprefs: meTrashFolder=Trash
nswmextendeduserprefs: meDraftFolder=Drafts
nswmextendeduserprefs: meDateFormat=0/
nswmextendeduserprefs: meSentFolder=Sent
nswmextendeduserprefs: meInitialized=true
uid: ataylor
givenname: Aaron
mail: ataylor@int.crowncollege.edu
mailhost: ultra60.int.crowncollege.edu
paburi:
ldap://ultra60.int.crowncollege.edu:389/ou=ataylor,ou=People,o=int.crown
mailuserstatus: active
inetuserstatus: Active
##########
##########

Fair enough. I'm not sure where in the install the
o=int.crowncollege.edu part came from. I wanted to use
ou=People,dc=int,dc=crowncollege,dc=edu for the users. Anyone have
thoughts on that one?

So, a search of the whole repository spits this out as part of it's output:
##########
##########
bash-2.05# ldapsearch -b "" -s base "objectclass=*"

objectClass=top
namingContexts=o=comms-config
namingContexts=o=PiServerDb
namingContexts=o=pab
namingContexts=dc=example, dc=com
namingContexts=dc=int,dc=crowncollege,dc=edu
namingContexts=o=NetscapeRoot
supportedExtension=2.16.840.1.113730.3.5.7
supportedExtension=2.16.840.1.113730.3.5.8
<snip>
##########
##########

Again, fair enough. However, the next results have me confused. Both
of these commands return no results. However, they don't spit out an
error meaning that the specified BaseDN does exist.

##########
##########
bash-2.05# ldapsearch -b "dc=int,dc=crowncollege,dc=edu" -s sub "o=*"
bash-2.05# ldapsearch -b
"ou=People,o=int.crowncollege.edu,dc=int,dc=crowncollege,dc=edu" -s
sub "uid=*"
##########
##########

When I run "ldapsearch -b "dc=example, dc=com" -s sub "uid=*"" it
spits out all the sample users put in place so I can't seem to find a
syntax error on my part. Does anyone know how I can do an ldapsearch
and find the data created for the user ataylor that is shown in
commadmin? I would really appreciate it.

Oh, also, the user ataylor is fully functional. I can use it to log
into the messaging server.

--
Thanks,
   -Aaron Taylor
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:30:41 EDT