Re: [phpldapadmin] automount template problem
Dan Tomlinson <[email protected]>
| Newsgroups | gmane.comp.ldap.davedap |
|---|---|
| Message-ID | <[email protected]> |
Dan Tomlinson wrote: > Deon George wrote: > >> Dan, >> >> I successfully used your template on my PLA 1.1.0.5 & 1.1.0.7 >> environments without any problem... >> >> ...deon >> >> >> > Hi Deon, > > thanks for testing this for me - its unfortunate you weren't able to > reproduce my problem though. Can you tell me what your environment is > like? What platform (linux distro / version etc) are you running under > and did you install PLA from source or from a package? > > Also, what does your autofs.schema look like? The one on my system > (installed with debian lenny) looks like this: > > ----------------- > # /etc/ldap/schema/autofs.schema > # > # $id$ > # > # Depends upon core.schema and cosine.schema > > # OID Base is 1.3.6.1.4.1.2312.4 > # > # Attribute types are under 1.3.6.1.4.1.2312.4.1 > # Object classes are under 1.3.6.1.4.1.2312.4.2 > # Syntaxes are under 1.3.6.1.4.1.2312.4.3 > > # Attribute Type Definitions > > attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation' > DESC 'Information used by the autofs automounter' > EQUALITY caseExactIA5Match > SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) > > objectclass ( 1.3.6.1.1.1.1.13 NAME 'automount' SUP top STRUCTURAL > DESC 'An entry in an automounter map' > MUST ( cn $ automountInformation $ objectclass ) > MAY ( description ) ) > > objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL > DESC 'An group of related automount objects' > MUST ( ou ) ) > --------------------------- > > Thanks again for helping me out with this! > > Dan > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > ______________________________________ > phpLDAPadmin development mailing list. > To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel > http://phpldapadmin.sourceforge.net/ > > Aha! I've worked it out! I looked at one of our CentOS machines and the autofs.schema was different. Specifically: MUST ( cn $ automountInformation ) ... on CentOS rather than: MUST ( cn $ automountInformation $ objectclass ) I changed the schema on the debian machine and my template worked :) I don't know enough about LDAP internals to know if this will have any undesirable side effects, but it all seems to work so far. Cheers, Dan ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ______________________________________ phpLDAPadmin development mailing list. To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel http://phpldapadmin.sourceforge.net/