K
Size: a a a
I
[LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0907E9, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580];
A
Г
A
A
Г
SP
SP
SP
<?xml version="1.0" encoding="UTF-8"?>
<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy"
xmlns="urn:mace:shibboleth:2.0:afp"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">
<AttributeFilterPolicy id="urn:aws:webservices">
<PolicyRequirementRule xsi:type="Requester" value="urn:aws:webservices" />
<AttributeRule attributeID="awsRoles">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="awsRoleSessionName">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="aud">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>
<!-- Release some attributes to an SP. -->
<AttributeFilterPolicy id="AWSfilter">
<PolicyRequirementRule xsi:type="ANY" />
<AttributeRule attributeID="cn">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="aws_acct_num">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="awsRoles">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="awsRoleSessionName">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="aud">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="principal">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="NameID">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="userLogin">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="mail">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
<AttributeRule attributeID="aws_acct_num">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
</AttributeFilterPolicy>
</AttributeFilterPolicyGroup>
SP
И
enumerate = True # чтобы можно было видеть пользователей в getent passwdPAM корректно блокирует пользователя на входе в SSH, но getent passwd выводит всех пользователей дерева.
...
access_provider = ldap
ldap_access_order = filter
ldap_access_filter = (memberOf=CN=groupname,OU=Services,OU=Access groups,OU=Laboratory,OU=Офис Город,OU=Company,DC=Company,DC=lan)
sssctl user-checks usernamepam_acct_mgmt: Permission denied
id username тоже отдает информацию о пользователе, а не хотелось бы.Г
Г