Searched refs:alt_auth_map (Results 1 – 24 of 24) sorted by relevance
50 if (args->config->alt_auth_map == NULL) in pamk5_map_principal()71 for (p = args->config->alt_auth_map; *p != '\0'; p++) { in pamk5_map_principal()79 if (realm != NULL && strchr(args->config->alt_auth_map, '@') == NULL) in pamk5_map_principal()86 for (p = args->config->alt_auth_map; *p != '\0'; p++) { in pamk5_map_principal()96 if (realm != NULL && strchr(args->config->alt_auth_map, '@') == NULL) { in pamk5_map_principal()
36 { K(alt_auth_map), true, STRING (NULL) },247 free(config->alt_auth_map); in pamk5_free()
89 if (args->config->alt_auth_map != NULL) { in pamk5_authorized()
58 char *alt_auth_map; /* An sprintf pattern to map principals. */ member
618 if (args->config->alt_auth_map != NULL) { in password_auth_attempt()
11 auth = alt_auth_map=%1 force_alt_auth force_first_pass no_ccache12 account = alt_auth_map=%1 no_ccache
11 auth = alt_auth_map=%1 only_alt_auth force_first_pass no_ccache12 account = alt_auth_map=%1 no_ccache
11 auth = alt_auth_map=%1 force_first_pass no_ccache12 account = alt_auth_map=%1 no_ccache
11 auth = alt_auth_map=%%s@%2 force_first_pass no_ccache12 account = alt_auth_map=%%s@%2 no_ccache
11 auth = alt_auth_map=%3%%s@%2 force_first_pass no_ccache12 account = alt_auth_map=%3%%s@%2 no_ccache
11 auth = alt_auth_map=bogus force_first_pass no_ccache12 account = alt_auth_map=bogus no_ccache
11 auth = alt_auth_map=bogus only_alt_auth no_ccache12 account = alt_auth_map=bogus no_ccache
11 auth = alt_auth_map=%%s/unknown-user no_ccache12 account = alt_auth_map=%%s/unknown-user no_ccache
11 auth = alt_auth_map=%%s@BOGUS.EXAMPLE.COM no_ccache12 account = alt_auth_map=%%s@BOGUS.EXAMPLE.COM no_ccache
11 auth = alt_auth_map=%%s/unknown-user force_alt_auth no_ccache12 account = alt_auth_map=%%s/unknown-user no_ccache
11 auth = alt_auth_map=%1 force_first_pass no_ccache debug12 account = alt_auth_map=%1 no_ccache debug
11 auth = alt_auth_map=%1 force_alt_auth force_first_pass no_ccache debug12 account = alt_auth_map=%1 no_ccache debug
11 auth = alt_auth_map=bogus force_first_pass no_ccache debug12 account = alt_auth_map=bogus no_ccache debug
11 auth = alt_auth_map=%%s/unknown-user no_ccache debug12 account = alt_auth_map=%%s/unknown-user no_ccache debug
34 * The alt_auth_map parsing to find realms doesn't take into account38 alt_auth_map cases. Right now, we may return expired password errors
235 Fix alt_auth_map support to preserve the realm of the authentication239 Document that the alt_auth_map format may contain a realm to force all255 Close several memory leaks in alt_auth_map support.405 Fix error in freeing a previous alt_auth_map setting when parsing623 Add alt_auth_map configuration option, which allows mapping of
541 Thanks to Booker Bense for the implementation of the alt_auth_map
574 Thanks to Booker Bense for the implementation of the `alt_auth_map`
224 =item alt_auth_map=<format>239 alt_auth_map=%s/root249 alt_auth_map=%s@EXAMPLE.COM266 [3.12] This option is used with I<alt_auth_map> and forces authentication270 alternate instance. If I<alt_auth_map> is not set, it has no effect.319 [3.12] This option is used with I<alt_auth_map> and forces the use of the322 I<force_alt_auth>. If I<alt_auth_map> is not set, it has no effect and