File: uidpool.schema

package info (click to toggle)
phpldapadmin 1.2.6.7-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 5,432 kB
  • sloc: php: 17,675; javascript: 5,299; xml: 1,498; sh: 379; python: 148; makefile: 23
file content (11 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
##
## 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 ) )