Home › Forums › OS X Server and Client Discussion › Active Directory › Constantly having to re-bind our Macs
- This topic has 5 replies, 6 voices, and was last updated 16 years, 1 month ago by
traveler400.
-
AuthorPosts
-
January 16, 2009 at 6:15 pm #375158
Mac_Tech
ParticipantHi folks… I just joined this forum today in hopes that I can find an answer to an ongoing issue I am having with a majority of the Macs that I administer.
All Macs are running 10.5.6 and are bound to AD. The problem is that often it will refuse the user’s login attempt. In checking their AD account, it is not locked or expired. Un-binding and re-binding will correct this issue for a period of time only to do it again.
We have been bound to AD ever since we upgraded from Jaguar to Tiger and never had issues like this. Only after upgrading to Leopard has this problem happened.
My next step is to search through these forums for any clues that may help. In the meantime I was really hoping that someone out there has experienced this and knows what the fix is.
Thanks!
January 21, 2009 at 12:52 am #375185sboomer
ParticipantWe also run DeepFreeze in this enviroment and found a work around here for it:
[url]http://www.mikespike.org/2008/08/12/osx-leopard-deep-freeze-and-active-directory-oh-my[/url]
The solution for was to run: (From Terminal)
dsconfigad -lu username -lp password -passinterval 0
The we rebound all the computers and refroze. We haven’t had the problem since.
Does anyone have a clean generic script for bind a computer to a domain using it’s current ad bind?
January 26, 2009 at 7:18 pm #375242apple4ever
ParticipantWe are also having the same problem with our lab of iMacs running 10.5.6 bound to AD. We ran DS debug. Here is the relevant log file:
008-08-12 13:24:53 EDT – T[0xB0103000] – Active Directory: Password verify for [email protected] failed with error -1765328353
2008-08-12 13:24:53 EDT – T[0xB0103000] – Client: SecurityAgent, PID: 1461, API: dsDoDirNodeAuth(), Active Directory Used : DAR : Node Ref = 16779664 : Result code = -14090
2008-08-12 13:24:53 EDT – T[0xB0103000] – Plug-in call “dsDoDirNodeAuth()” failed with error = -14090.
2008-08-12 13:24:53 EDT – T[0xB0103000] – Port: 0 Call: dsDoDirNodeAuth() == -14090I found that -1765328353 is a Kerberos error which means “decrypt integrity check failed” which also means “password incorrect.” We believe it is the computer account’s password. We have just changed the “passinterval” on one computer to 180 days as a test.
We have found that we do not need to rebind, just delete /etc/krb5.keytab and /var/db/krb5kdc. A reboot and it is fixed. Obviously, this is not ideal.
If anybody has any other solutions we would welcome it.
I do have a bug report in with Apple, rdar://problem/6144066.
March 2, 2009 at 8:17 pm #375591phuber
Participant[QUOTE][u]Quote by: sboomer[/u][p]We also run DeepFreeze in this enviroment and found a work around here for it:
[url]http://www.mikespike.org/2008/08/12/osx-leopard-deep-freeze-and-active-directory-oh-my[/url]
The solution for was to run: (From Terminal)
dsconfigad -lu username -lp password -passinterval 0
The we rebound all the computers and refroze. We haven’t had the problem since.
Does anyone have a clean generic script for bind a computer to a domain using it’s current ad bind?[/p][/QUOTE]
This is the script I use on our campus to bind our computers to AD. This script will get the Computer Name from the local client then use that name when binding to AD. We also have Deepfreeze on our computer which is why the ending passinterval 0 is in there (so the computers don’t try to re-authenticate after the default 14 days). After binding to AD the script creates a custom search node for Active Directory. Modify as needed:
computerid=`/usr/sbin/scutil –get ComputerName`
dsconfigad -f -a $computerid -lu LocalUsername -lp LocalPassword -u ADUsername -p ADPassword -domain yourdomain.edu -CN Computers,DC=yourdomain,DC=edu -mobile disable -localhome enable -useuncpath enable -protocol smb -shell /bin/bash -nouid -nogid -noggid -preferred preferreddomain.yourdomain.edu -nogroups -alldomains enable -packetsign allow -packetencrypt allow -csp=”/Active Directory/All Domains” -passinterval 0
killall DirectoryService
sudo defaults write /Library/Preferences/DirectoryService/SearchNodeConfig “Search Node Custom Path Array” -array “/Active Directory/All Domains”
sudo defaults write /Library/Preferences/DirectoryService/SearchNodeConfig “Search Policy” -int 3
sudo plutil -convert xml1 /Library/Preferences/DirectoryService/SearchNodeConfig.plistMarch 10, 2009 at 8:00 pm #375670traveler400
ParticipantI am having a similar problem with a bit of a twist. Immediately after binding the client to AD I can log off and log on with AD user credentials. If I log out I can log back in as another user without any problems. However, as soon as I reboot it stops working. What’s more perplexing is that if I leave the client for about 10 minutes or so, it will eventually authenticate and works. My problem is that we have a very large Mac environment and it would not be feasible for us to tell people to simply wait for 15 minutes before logging on after reboot every time. I have included logs from a failed login attempt. Again, after about 10 minutes I am able to log on. Any ideas would be greatly appreciated.
Thanks,
-A
Here is the log:
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:37 EDT – T[0xF0218000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:37 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:37 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778694 : Result code = 0
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778694 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778694 : Result code = 0
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778694 : Request Code = 666
2009-03-10 15:04:37 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:37 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778694 : Request Code = 666 : Result code = 0
2009-03-10 15:04:37 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778694
2009-03-10 15:04:37 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778694 : Result code = 0
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778696 : Result code = 0
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778696 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778696 : Result code = 0
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778696 : Request Code = 666
2009-03-10 15:04:38 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:38 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778696 : Request Code = 666 : Result code = 0
2009-03-10 15:04:38 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778696
2009-03-10 15:04:38 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778696 : Result code = 0
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778698 : Result code = 0
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778698 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778698 : Result code = 0
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778698 : Request Code = 666
2009-03-10 15:04:39 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:39 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778698 : Request Code = 666 : Result code = 0
2009-03-10 15:04:39 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778698
2009-03-10 15:04:39 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778698 : Result code = 0
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778700 : Result code = 0
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778700 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778700 : Result code = 0
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778700 : Request Code = 666
2009-03-10 15:04:40 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:40 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778700 : Request Code = 666 : Result code = 0
2009-03-10 15:04:41 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778700
2009-03-10 15:04:41 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778700 : Result code = 0
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778702 : Result code = 0
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778702 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778702 : Result code = 0
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778702 : Request Code = 666
2009-03-10 15:04:42 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:42 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778702 : Request Code = 666 : Result code = 0
2009-03-10 15:04:42 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778702
2009-03-10 15:04:42 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778702 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778704 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778704 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778704 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778704 : Request Code = 666
2009-03-10 15:04:43 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778704 : Request Code = 666 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778704
2009-03-10 15:04:43 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778704 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778706 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAC : 1 : Node Ref = 16778706 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAC : 2 : Node Ref = 16778706 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 0 : Continue Data = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 0, UID = 0, and EUID = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), Local Used : DAC : Dir Ref = 16777218 : Node Name = /Local/Default
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), Local Used : DAR : Dir Ref = 16777218 : Node Ref = 16778707 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Local Used : DAC : 1 : Node Ref = 16778707 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Local Used : DAC : 2 : Node Ref = 16778707 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 0 : Continue Data = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Local Used : DAR : Node Ref = 16778707 : Number of Found Records = 0 : Continue Data = 0 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – CInternalDispatchThread::ResetHandlerInternalMsgData buffer was excessive size 135168
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 0, UID = 0, and EUID = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), BSD Used : DAC : Dir Ref = 16777218 : Node Name = /BSD/local
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), BSD Used : DAR : Dir Ref = 16777218 : Node Ref = 16778708 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), BSD Used : DAC : Failed during argument validity or record search restriction checking
2009-03-10 15:04:43 EDT – T[0xF0103000] – Plug-in call “dsGetRecordList()” failed with error = -14138.
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 0, UID = 0, and EUID = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), Active Directory Used : DAC : Dir Ref = 16777218 : Node Name = /Active Directory/All Domains
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for somtest.mydomain.com – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Opening Forest-Level Node
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), Active Directory Used : DAR : Dir Ref = 16777218 : Node Ref = 16778709 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAC : 1 : Node Ref = 16778709 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAC : 2 : Node Ref = 16778709 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 0 : Continue Data = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for AD GC Node – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for somtest.mydomain.com – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for AD GC Node – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for somtest.mydomain.com – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Locating Records from Global Catalog
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for AD GC Node – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Retrieving Records from Domain somtest.mydomain.com
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: Using existing connection for somtest.mydomain.com – dc1.somtest.mydomain.com. user [email protected] cache MEMORY:XReOdJf
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: DomainConnection Retrieval started
2009-03-10 15:04:43 EDT – T[0xF0103000] – Active Directory: DomainConnection Retrieval ended returning 1 results
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAR : Node Ref = 16778709 : Number of Found Records = 1 : Continue Data = 2861360 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – CInternalDispatchThread::ResetHandlerInternalMsgData buffer was excessive size 135168
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAC : 1 : Node Ref = 16778709 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAC : 2 : Node Ref = 16778709 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 0 : Continue Data = 2861360
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsGetRecordList(), Active Directory Used : DAR : Node Ref = 16778709 : Number of Found Records = 0 : Continue Data = 0 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – CInternalDispatchThread::ResetHandlerInternalMsgData buffer was excessive size 135168
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 0, UID = 0, and EUID = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), LDAPv3 Used : DAC : Dir Ref = 16777218 : Node Name = /LDAPv3/som-osxsv-000.somtest.mydomain.com
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsOpenDirNode(), LDAPv3 Used : DAR : Dir Ref = 16777218 : Node Ref = 16778710 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAR : Node Ref = 16778706 : Number of Found Records = 1 : Continue Data = 2275312 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAC : 1 : Node Ref = 16778706 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAC : 2 : Node Ref = 16778706 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 1 : Continue Data = 2275312
2009-03-10 15:04:43 EDT – T[0xF0218000] – Internal Dispatch, API: dsGetRecordList(), LDAPv3 Used : DAC : 1 : Node Ref = 16778710 : Requested Rec Names = lizi : Rec Name Pattern Match:8449 = eDSiExact : Requested Rec Types = dsRecTypeStandard:Users
2009-03-10 15:04:43 EDT – T[0xF0218000] – Internal Dispatch, API: dsGetRecordList(), LDAPv3 Used : DAC : 2 : Node Ref = 16778710 : Requested Attrs = dsAttrTypeStandard:AppleMetaNodeLocation;dsAttrTypeStandard:AuthenticationAuthority;dsAttrTypeStandard:HomeDirectory;dsAttrTypeStandard:NFSHomeDirectory;dsAttrTypeStandard:Password;dsAttrTypeStandard:Picture;dsAttrTypeStandard:JPEGPhoto;dsAttrTypeStandard:PrimaryGroupID;dsAttrTypeStandard:RealName;dsAttrTypeStandard:RecordName;dsAttrTypeStandard:UniqueID;dsAttrTypeStandard:UserShell;dsAttrTypeStandard:GeneratedUID;dsAttrTypeStandard:CopyTimestamp;dsAttrTypeStandard:OriginalNodeName;dsAttrTypeStandard:PasswordPolicyOptions;dsAttrTypeNative:_guest;dsAttrTypeStandard:MCXSettings;dsAttrTypeNative:external : Attr Type Only Flag = 0 : Record Count Limit = 0 : Continue Data = 0
2009-03-10 15:04:43 EDT – T[0xF0218000] – CLDAPv3Plugin: MapAttrListToLDAPTypeArray:: Warning:Native attribute type <_guest> is being used
2009-03-10 15:04:43 EDT – T[0xF0218000] – CLDAPv3Plugin: MapAttrListToLDAPTypeArray:: Warning:Native attribute typeis being used
2009-03-10 15:04:43 EDT – T[0xF0218000] – Internal Dispatch, API: dsGetRecordList(), LDAPv3 Used : DAR : Node Ref = 16778710 : Number of Found Records = 0 : Continue Data = 0 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0218000] – CInternalDispatchThread::ResetHandlerInternalMsgData buffer was excessive size 135168
2009-03-10 15:04:43 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsGetRecordList(), Search Used : DAR : Node Ref = 16778706 : Number of Found Records = 0 : Continue Data = 0 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), Local Used : DAC : Node Ref = 16778707
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), Local Used : DAR : Node Ref = 16778707 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), BSD Used : DAC : Node Ref = 16778708
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), BSD Used : DAR : Node Ref = 16778708 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), Active Directory Used : DAC : Node Ref = 16778709
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), Active Directory Used : DAR : Node Ref = 16778709 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), LDAPv3 Used : DAC : Node Ref = 16778710
2009-03-10 15:04:43 EDT – T[0xF0103000] – Internal Dispatch, API: dsCloseDirNode(), LDAPv3 Used : DAR : Node Ref = 16778710 : Result code = 0
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778706
2009-03-10 15:04:43 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778706 : Result code = 0
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778711 : Result code = 0
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778711 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778711 : Result code = 0
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778711 : Request Code = 666
2009-03-10 15:04:44 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:44 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778711 : Request Code = 666 : Result code = 0
2009-03-10 15:04:44 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778711
2009-03-10 15:04:44 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778711 : Result code = 0
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778713 : Result code = 0
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778713 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778713 : Result code = 0
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778713 : Request Code = 666
2009-03-10 15:04:45 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:45 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778713 : Request Code = 666 : Result code = 0
2009-03-10 15:04:45 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778713
2009-03-10 15:04:45 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778713 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAC : Dir Ref 16777288 : Data buffer size = 1024
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 1 : Dir Ref = 16777288 : Requested nodename = /Search
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsFindDirNodes(), Server Used : DAR : 2 : Dir Ref = 16777288 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: Requesting dsOpenDirNode with PID = 83, UID = 92, and EUID = 92
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAC : Dir Ref = 16777288 : Node Name = /Search
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsOpenDirNode(), Search Used : DAR : Dir Ref = 16777288 : Node Ref = 16778715 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAC : Node Ref = 16778715 : Requested Attrs = dsAttrTypeStandard:SearchPath : Attr Type Only Flag = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsGetDirNodeInfo(), Search Used : DAR : Node Ref = 16778715 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAC : Node Ref = 16778715 : Request Code = 666
2009-03-10 15:04:46 EDT – T[0xF0103000] – CSearchPlugin::DoPluginCustomCall eDSCustomCallSearchSubNodesUnavailable – 0 nodes unreachable
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: SecurityAgent, PID: 83, API: dsDoPlugInCustomCall(), Search Used : DAR : Node Ref = 16778715 : Request Code = 666 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAC : Node Ref = 16778715
2009-03-10 15:04:46 EDT – T[0xF0218000] – Client: SecurityAgent, PID: 83, API: dsCloseDirNode(), Search Used : DAR : Node Ref = 16778715 : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure Request = getpwuid
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getpwuid (3) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure = getpwuid (3)
2009-03-10 15:04:46 EDT – T[0xF0103000] – CCachePlugin::getpwuid – Cache hit for 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getpwuid (3) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure Request = getpwnam
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getpwnam (1) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure = getpwnam (1)
2009-03-10 15:04:46 EDT – T[0xF0103000] – CCachePlugin::getpwnam – Cache hit for root
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getpwnam (1) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure Request = getgrnam
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getgrnam (5) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure = getgrnam (5)
2009-03-10 15:04:46 EDT – T[0xF0103000] – CCachePlugin::getgrnam – Cache hit for admin
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getgrnam (5) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: MembershipCall, Server Used : mbrmig DAC
2009-03-10 15:04:46 EDT – T[0xF0103000] – mbrmig – Dispatch – Lookup – group GID 80 – succeeded admin
2009-03-10 15:04:46 EDT – T[0xF0103000] – mbrmig – Dispatch – WantGGUID – found ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050 – admin
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: MembershipCall, Server Used : mbrmig DAR
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: MembershipCall, Server Used : mbrmig DAC
2009-03-10 15:04:46 EDT – T[0xF0103000] – mbrmig – Dispatch – Lookup – user/computer GUID FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000 – succeeded root
2009-03-10 15:04:46 EDT – T[0xF0103000] – mbrmig – Dispatch – Membership – is user root member of group GUID ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050 = true
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: MembershipCall, Server Used : mbrmig DAR
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAC : Procedure = getpwuid (3)
2009-03-10 15:04:46 EDT – T[0xF0103000] – CCachePlugin::getpwuid – Cache hit for 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: libinfo, Server Used : libinfomig DAR : Procedure = getpwuid (3) : Result code = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: GetGroups, Server Used : mbrmig DAC : uid = 0
2009-03-10 15:04:46 EDT – T[0xF0103000] – Client: sudo, PID: 119, API: GetGroups, Server Used : mbrmig DAR : Total groups = 14
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed