summaryrefslogtreecommitdiff
path: root/usr/src/cmd/idmap
diff options
context:
space:
mode:
authornw141292 <none@none>2008-07-03 19:19:31 -0700
committernw141292 <none@none>2008-07-03 19:19:31 -0700
commit1b91ce3959be411ccaff4e20e9ff0e54e301243a (patch)
tree38097673ff28a72fe34c6351a49045230440b7f4 /usr/src/cmd/idmap
parent7595fad9bab86562dbe8d6580c4b310bbad949b7 (diff)
downloadillumos-joyent-1b91ce3959be411ccaff4e20e9ff0e54e301243a.tar.gz
6718001 stop-gap needed: ephemeral ID mapping for non-resolvable SIDs (PSARC/2008/408) (missing file)
Diffstat (limited to 'usr/src/cmd/idmap')
-rw-r--r--usr/src/cmd/idmap/idmapd/idmap_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/idmap/idmapd/idmap_config.h b/usr/src/cmd/idmap/idmapd/idmap_config.h
index 098679287f..b088184105 100644
--- a/usr/src/cmd/idmap/idmapd/idmap_config.h
+++ b/usr/src/cmd/idmap/idmapd/idmap_config.h
@@ -83,6 +83,7 @@ typedef struct idmap_pg_config {
char *ad_unixgroup_attr;
char *nldap_winname_attr;
bool_t ds_name_mapping_enabled;
+ bool_t eph_map_unres_sids;
} idmap_pg_config_t;
typedef struct idmap_cfg {