summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-08-26 18:51:50 +0000
committerRich Megginson <rmeggins@redhat.com>2005-08-26 18:51:50 +0000
commit607c08652eec77f8f00c3d04b72f80a9ec1ce9e2 (patch)
tree3cff4185a93b744c9442d750557b6d7008fffb4d
parent0133c67d3cf07c66ff7d775e074209ebd8628be8 (diff)
downloadds-607c08652eec77f8f00c3d04b72f80a9ec1ce9e2.tar.gz
ds-607c08652eec77f8f00c3d04b72f80a9ec1ce9e2.tar.xz
ds-607c08652eec77f8f00c3d04b72f80a9ec1ce9e2.zip
Bug(s) fixed: 151678
Bug Description: new instance creation creates error aci (2 types in RDN) Reviewed by: Nathan (Thanks!) Fix Description: This only seems to occur when logging in to the console as a user other than the Console Admin user (e.g. as Directory Manager in my tests). We need the Console Admin DN or user id to construct the ACIs. This value is held in the suitespot3x_uid form parameter. I had removed it while working on this bug or a related bug earlier, but now that I've added it back, everything seems to be working again. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
-rw-r--r--ldap/admin/src/create_instance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/admin/src/create_instance.c b/ldap/admin/src/create_instance.c
index 2bc8c621..3bec65ba 100644
--- a/ldap/admin/src/create_instance.c
+++ b/ldap/admin/src/create_instance.c
@@ -4662,6 +4662,7 @@ int parse_form(server_config_s *cf)
return 1;
}
+ cf->suitespot3x_uid = ds_a_get_cgi_var("suitespot3x_uid", NULL, NULL);
cf->cfg_sspt = ds_a_get_cgi_var("cfg_sspt", NULL, NULL);
cf->cfg_sspt_uid = ds_a_get_cgi_var("cfg_sspt_uid", NULL, NULL);
if (cf->cfg_sspt_uid && *(cf->cfg_sspt_uid) &&