Searched refs:mGroupName (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationRule.cpp238 mType(kUser), mGroupName("admin"), mMaxCredentialAge(300.0), mShared(true), mAllowRoot(false), mSessionOwner(false), mTries(0), mAuthenticateUser(true), mExtractPassword(false)
274 mGroupName = Attribute::getString(cfRight, kUserGroupID);
294 mGroupName.c_str(), mMaxCredentialAge, mShared ? " shared" : "",
468 if ((mType == kUser) && (mGroupName.length()))
469 environmentToClient.insert(AuthItemRef(AGENT_HINT_REQUIRE_USER_IN_GROUP, AuthValueOverlay(mGroupName)));
788 if (mGroupName.length())
790 const char *groupname = mGroupName.c_str();
H A DAuthorizationRule.h102 string mGroupName; member in class:Authorization::RuleImpl

Completed in 123 milliseconds