Extending the 60autofs.ldif schema.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The 60autofs.ldif schema that ships with Fedora Directory Server is plenty for Linux, and is working flawlessly for us there.  (http://directory.fedoraproject.org/wiki/Howto:Automount seems to have a lot of superfluous work, but the auto.home and auto.master stuff helped a lot. Thank you.)

However, for serving up home directories to the Macs in our office, we're drawing a blank.  We need two additional entries in the autofs schema:

attributeTypes: (
  1.3.6.1.1.1.1.31
  NAME 'automountMapName'
  DESC 'automount Map Name'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )

attributeTypes: (
  1.3.6.1.1.1.1.32
  NAME 'automountKey'
  DESC 'Automount Key value'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )

All very tidy, and dropping them into the autofs schema file produces no screaming from a restart of the directory server...but they're still inaccessible.  Thinking I needed to tweak automountMap and automount to make them usable (based on some documentation on various Mac sites) I tried this:

objectClasses: (
  1.3.6.1.1.1.2.17
  NAME 'automount'
  DESC 'An entry in an automounter map'
  SUP top
  STRUCTURAL
  MUST ( cn $ automountInformation )
  MAY ( description $ automountKey )
  X-ORIGIN 'draft-howard-rfc2307bis'
  )

objectClasses: (
  1.3.6.1.1.1.2.16
  NAME 'automountMap'
  DESC 'An group of related automount objects'
  SUP top
  STRUCTURAL
  MUST ( ou )
  MAY ( automountMapName )
  X-ORIGIN 'draft-howard-rfc2307bis'
  )

The "MAY ( ... $ automountKey )" and "MAY ( automountMapName )" both were my additions - "MAY (description)" was already there.  Again, the servers restarted cleanly, but the new attrbiuteTypes are not available.

What am I missing?

-- juniper


[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux