Home
last modified time | relevance | path

Searched refs:IDMAP_DBDIR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h246 #define IDMAP_DBDIR "/var/idmap" macro
248 #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db"
H A Didmapd.c358 if (create_directory(IDMAP_DBDIR, DAEMON_UID, DAEMON_GID) < 0) in init_idmapd()