slpService
Parent class for Service Location Protocol (SLP) objects. Specific service types inherit from this class and define their own attributes. They are structural object classes.
SLP service type templates have the following properties:
template-type
-
Defines the service type of the template. The service type can reflect:
*
A simple service, for example service:ftp
*
An abstract service type, for example service:printer
*
An concrete service type, for example service:printer:lpr
*
A service with a naming authority, for example service:printer.sun:local
This definition is used as the name of the LDAP object class for the template.
To translate the service type name,
:
and .
are replaced with -
.
For example, service:printer.sun:local
becomes the object class name service-printer-sun-local
.
template-version
-
String containing a major and minor version number, separated by
.
template-description
-
Block of human-readable text describing what the service does.
template-url-syntax
-
ABNF grammar describing the service type specific part of the service URL.
Names |
slpService |
Origin |
|
Description |
parent superclass for SLP services |
Optional attributes |
service-advert-attribute-authenticator, service-advert-url-authenticator |
Superior classes |
|
OID |
1.3.6.1.4.1.6252.2.27.6.2.1 |
Required attributes |
description, objectClass, service-advert-scopes, service-advert-service-type, template-major-version-number, template-minor-version-number, template-url-syntax |
Schema file |
03-rfc2926.ldif |
Class type |
ABSTRACT: for use when defining other object classes. |