Le 07/04/15 23:17, Butterhof, Charles M a écrit : > I can't figure out why I am unable to create an objectClass automountMap. The > schema appears to have the information available. > > This is a fairly basic install for a prototype effort. The only other thing > I configured was replication to another server, but this is the master. > > Any help is appreciated; I'm probably missing something obvious.
The autofs schema is disabled by default : > # autofs, schema > dn: cn=autofs,ou=schema > m-disabled: TRUE <----- > m-dependencies: system > m-dependencies: core > m-dependencies: cosine > objectclass: metaSchema > objectclass: top > cn: autofs > You have to change the m-disabled attribute from TRUE to FALSE, and restart the server, in order to be able to use the associated Ayttribute and ObjectClasses.
