Home
last modified time | relevance | path

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

/dports/net/nss_ldap/nss_ldap-265/
H A Dldap-schema.c344 init_sp_attributes (const char ***sp_attrs) in init_sp_attributes() argument
348 (*sp_attrs) = __sp_attrs; in init_sp_attributes()
350 (*sp_attrs)[0] = (char *) ATM (LM_SHADOW, uid); in init_sp_attributes()
352 (*sp_attrs)[2] = (char *) AT (shadowLastChange); in init_sp_attributes()
353 (*sp_attrs)[3] = (char *) AT (shadowMax); in init_sp_attributes()
354 (*sp_attrs)[4] = (char *) AT (shadowMin); in init_sp_attributes()
355 (*sp_attrs)[5] = (char *) AT (shadowWarning); in init_sp_attributes()
356 (*sp_attrs)[6] = (char *) AT (shadowInactive); in init_sp_attributes()
357 (*sp_attrs)[7] = (char *) AT (shadowExpire); in init_sp_attributes()
358 (*sp_attrs)[8] = (char *) AT (shadowFlag); in init_sp_attributes()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A Dcustom.py4603 sp_attrs = ['secret']
4613 for attr in sp_attrs: