# CCS Computer Science # Local LDAP Schema # # Douglas Thrift # # $Id$ # OID Assignment # --- ---------- # 16772 UCSB (official) # 16772.494 CCS (not official) # 16772.494.0 Login Shells # 16772.494.0.0 Attribute Types # 16772.494.0.1 Object Classes # Attribute Type Definitions attributetype ( 16772.494.0.0.0 NAME 'ucsbCcsFreebsd' DESC 'The path to the login shell in FreeBSD' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.1 NAME 'ucsbCcsLinux' DESC 'The path to the login shell in Linux' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.2 NAME 'ucsbCcsDarwin' DESC 'The path to the login shell in Darwin (Mac OS X)' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.3 NAME 'ucsbCcsSolaris' DESC 'The path to the login shell in Solaris' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.4 NAME 'ucsbCcsNetbsd' DESC 'The path to the login shell in NetBSD' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.5 NAME 'ucsbCcsDebian' DESC 'The path to the login shell in Debian' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.6 NAME 'ucsbCcsOpenbsd' DESC 'The path to the login shell in OpenBSD' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) attributetype ( 16772.494.0.0.7 NAME 'ucsbCcsDragonfly' DESC 'The path to the login shell in DragonFly' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) # Object Class Definitions objectclass ( 16772.494.0.1.0 NAME 'ucsbCcsLoginShells' SUP top AUXILIARY DESC 'Login shell paths for various and sundry operating systems' MAY ( ucsbCcsFreebsd $ ucsbCcsLinux $ ucsbCcsDarwin $ ucsbCcsSolaris $ ucsbCcsNetbsd $ ucsbCcsDebian $ ucsbCcsOpenbsd $ ucsbCcsDragonfly ) ) # vim: noexpandtab tabstop=4