lists.arthurdejong.org
RSS feed

Re: [nssldap] Howto get the "host" attribute for pam_check_host_attr of pam_ldap?

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

Re: [nssldap] Howto get the "host" attribute for pam_check_host_attr of pam_ldap?



Buchan Milne schrieb:

> Or, in the hostObject AUXIILARY objectclass from ldapns.schema, which is 
> shipped in *nss_ldap*.

I really don't think you're right. I just downloaded all of the
pam_ldap-*.tar.gz and nss_ldap-*.tar.gz files from
http://www.padl.com/download/. In the pam_ldap packages, there
is a ldapns.schema file. For reference, I'll attach it.

This file is missing from the nss_ldap releases. Why has this
file been dropped from the distribution? If it was done on purpose,
what's the officially correct way to get the host attribute now?

Alexander Skwar
-- 
Who does not trust enough will not be trusted.
                -- Lao Tsu
# $Id: ldapns.schema,v 1.3 2003/05/29 12:57:29 lukeh Exp $

# LDAP Name Service Additional Schema

# http://www.iana.org/assignments/gssapi-service-names

attributetype ( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService'
        DESC 'IANA GSS-API authorized service name'
        EQUALITY caseIgnoreMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject'
        DESC 'Auxiliary object class for adding authorizedService attribute'
        SUP top
        AUXILIARY
        MAY authorizedService )

objectclass ( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject'
        DESC 'Auxiliary object class for adding host attribute'
        SUP top
        AUXILIARY
        MAY host )