Friends:I am using WebObjects to connect to OpenLDAP and there's a mysterious error that I cannot understand. This is what appears in the LDAP server's debug.log file:
Oct 13 14:05:37 server slapd[97299]: conn=109589 op=3 SRCH base="uid=bjd,ou=People,dc=dot,dc=org" scope=2 deref=3 filter="(& (objectClass=inetOrgPerson)(&(sn=doherty)(cn=benjamin j doherty)(! (audio=*))(!(businessCategory=*))(!(carLicense=*))(! (departmentNumber=*))(displayName=benjamin j doherty)(! (employeeNumber=*))(!(employeeType=*))(givenName=benjamin)(! (homePhone=*))(?=undefined)(!(initials=*))(!(jpegPhoto=*))(! (labeledURI=*))([EMAIL PROTECTED])(!(manager=*))(mobile=+1234567890)(! (o=*))(!(pager=*))(!(photo=*))(!(roomNumber=*))(!(secretary=*)) (uid=bjd)(!(userCertificate=*))(!(x500UniqueIdentifier=*))(! (preferredLanguage=*))(!(userSMIMECertificate=*))(!(userPKCS12=*))(! (title=*))(!(x121Address=*))(!(registeredAddress=*))(! (destinationIndicator=*))(!(preferredDeliveryMethod=*))(! (telexNumber=*))(!(teletexTerminalIdentifier=*))(!(telephoneNumber=*)) (!(internationaliSDNNumber=*))(!(facsimileTelephoneNumber=*))(! (street=*))(!(postOfficeBox=*))(!(postalCode=*))(!(postalAddress=*))(! (physicalDeliveryOfficeName=*))(....
I've figured out that the problem lies in the homePostalAddress attribute for this entry. It's not blank for this entry, and other entries where it is blank are saved with no hassle. (The debug.log is locking against (!(homePhone=*))(?=undefined)(!(initials=*)), and homePostalAddress is the only attribute between the two named ones alphabetically. Can anyone give me some ideas of what to twiddle? This is a D2JC application.
Also, I noticed in trying to track down this problem that EOAdapterDebugEnabled does NOT log LDAP the way it does SQL. Is there another launch flag I need to use?
Thanks for any help. Benjamin Doherty Chicago Illinois.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
