[Date Prev][Date Next] [Chronological] [Thread] [Top]

Using apple.schema with OpenLDAP



Has any one got the apple.schema shipped with Jaguar and/or Panther to work with OpenLDAP.
I am running version 2.1.20 on FreeBSD


It gives the message /usr/local/etc/openldap/schema/apple.schema: line 165 AttributeType not found: "authAuthority"

The section of the schema it refers to is:

# User object class.
#
objectclass (
	1.3.6.1.4.1.63.1000.1.1.2.1
	NAME 'apple-user'
	SUP top
	AUXILIARY
	DESC 'apple user account'
	MAY ( apple-user-homeurl $ apple-user-class $
		apple-user-homequota $ apple-user-mailattribute $
		apple-user-printattribute $ apple-mcxflags $
		apple-mcxsettings $ apple-user-adminlimits $
		apple-user-picture $ apple-user-authenticationhint $
		apple-user-homesoftquota $ apple-user-passwordpolicy $
		apple-keyword $ apple-generateduid $ authAuthority $
		acctFlags $ pwdLastSet $ logonTime $ logoffTime $
		kickoffTime $ homeDrive $ scriptPath $ profilePath $
		userWorkstations $ smbHome $ rid $ primaryGroupID ) )


In the schema there is this section that is commented out that refers to this attribute.
Un-commenting some or all of it doesn't help.


# Authentication authority attribute 1.3.6.1.4.1.63.1000.1.1.2.16.1
#
#attributetype (
#	1.3.6.1.4.1.63.1000.1.1.2.16.1
#	NAME 'authAuthority'
#	DESC 'password server authentication authority'
#	EQUALITY caseExactIA5Match
#	SUBSTR caseExactIA5SubstringsMatch
#	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

#attributetype (
#	1.3.6.1.4.1.63.1000.1.1.2.16.2
#	NAME ( 'authAuthority' 'authAuthority2' )
#	DESC 'password server authentication authority'
#	EQUALITY caseExactMatch
#	SUBSTR caseExactSubstringsMatch
#	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

#
# Authentication authority object 1.3.6.1.4.1.63.1000.1.1.2.16
#

Thanks
Sam