Hi, [...] > Everything looks OK, except for the missing stuff. Are you certain the > server's actually returning the missing stuff?
uhm, sorry, perhaps I asked the wrong question 8-( I'm quite sure, that the actual answer does *not* include the missing stuff. The better question might be: In which way do I have to query the server (Windows 2003 DC) to get these attributes? [...] > If you read the subschema subentry from perl yourself, and > dump it to an > LDIF file, that would be one way of seeing the raw > attributeTypes values... Excerpt from $schema->dump with all the lines containing "rangeLower": attributeTypes: ( 1.2.840.113556.1.2.34 NAME 'rangeLower' SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) ... objectClasses: ( 1.2.840.113556.1.3.14 NAME 'attributeSchema' SUP top STRUCTURAL MUST (cn $ attributeID $ attributeSyntax $ isSingleValued $ oMSyntax $ lDAPDisplayName $ schemaIDGUID ) MAY (rangeLower $ rangeUpper $ mAPIID $ linkID $ oMObjectClass $ searchFlags $ extendedCharsAllowed $ schemaFlagsEx $ attributeSecurityGUID $ systemOnly $ classDisplayName $ isMemberOfPartialAttributeSet $ isDefunct $ isEphemeral $ msDs-Schema-Extensions $ msDS-IntId ) ) ... objectClasses: ( 1.2.840.113556.1.5.7000.62.9003 NAME 'msExchMCUContainer' SUP msExchCTP STRUCTURAL MAY (rangeLower $ rangeUpper $ msExchAuditFlags $ msExchListPublic $ msExchCertificate $ msExchMaxConnections ) ) ... I get the appropriate three lines for rangeUpper - that's it. > > Cheers, > > Chris > Thx for your patience. Bye. Michael.
