X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=userdir-ldap.schema;fp=userdir-ldap.schema;h=01c01301bd0485871d3ae67be66edf1bca80cc7d;hp=b1fd76bf46af3e7f43b7bdbf566c031fdb6592c3;hb=ce64087cfde96cea951f7d016aff0128fb7cf678;hpb=8b73317ffb803d293bd97c16a227662f56eb26ca diff --git a/userdir-ldap.schema b/userdir-ldap.schema index b1fd76b..01c0130 100644 --- a/userdir-ldap.schema +++ b/userdir-ldap.schema @@ -107,6 +107,7 @@ # .39 - allowedGroups # .40 - exportOptions # .41 - sshdistAuthKeysHost +# .42 - dnsTTL # # .3 - experimental LDAP objectClasses # .1 - debianDeveloper @@ -493,6 +494,11 @@ attributetype ( 1.3.6.1.4.1.9586.100.4.2.41 NAME ( 'sshdistAuthKeysHost' ) SUP ipHostNumber ) +attributetype ( 1.3.6.1.4.1.9586.100.4.4.42 + NAME 'dnsTTL' + DESC 'DNS Time To Live value' + EQUALITY caseIgnoreIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) # Public object classes @@ -533,7 +539,7 @@ objectclass ( 1.3.6.1.4.1.9586.100.4.3.2 MUST ( host $ hostname ) MAY ( c $ access $ admin $ architecture $ bandwidth $ description $ disk $ distribution $ l $ machine $ memory $ sponsor $ - sponsor-admin $ status $ physicalHost $ ipHostNumber $ + sponsor-admin $ status $ physicalHost $ ipHostNumber $ dnsTTL $ sshRSAHostKey $ purpose $ allowedGroups $ exportOptions $ MXRecord $ sshdistAuthKeysHost ) )