Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmapd.h239 #define IDMAP_DBDIR "/var/idmap" macro
241 #define IDMAP_DBNAME IDMAP_DBDIR "/idmap.db"
H A Didmapd.c339 if (create_directory(IDMAP_DBDIR, DAEMON_UID, DAEMON_GID) < 0) in init_idmapd()