PHP Classes

File: doc/uidpool.schema

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   doc/uidpool.schema   Download  
File: doc/uidpool.schema
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 373 bytes
 

Contents

Class file image Download
## ## Used for storing the next gid and next uid in the the directory ## objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY DESC 'Pool for allocating UNIX uids' MUST ( uidNumber $ cn ) ) objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY DESC 'Pool for allocating UNIX gids' MUST ( gidNumber $ cn ) )