⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldap.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1211411148',        'name' => 'admin/params/ldap.html.tmpl',    },    BLOCK => sub {        my $context = shift || die "template sub called without context\n";        my $stash   = $context->stash;        my $output  = '';        my $_tt_error;                eval { BLOCK: {    $output .=  "\n";    #line 22 "template\en\default\admin\params\ldap.html.tmpl"    $stash->set('title', 'LDAP');    $stash->set('desc', 'Configure this first before choosing LDAP as an authentication method');        $output .=  "\n";    #line 0 "template\en\default\admin\params\ldap.html.tmpl"    $stash->set('param_descs', { 'LDAPserver' => 'The name (and optionally port) of your LDAP server '  . '(e.g. ldap.company.com, or ldap.company.com:portnum). '  . 'URI syntax can also be used, such as '  . 'ldaps://ldap.company.com (for a secure connection) or '  . 'ldapi://%2fvar%2flib%2fldap_sock (for a socket-based '  . 'local connection.', 'LDAPstarttls' => 'Whether to require encrypted communication once a normal '  . 'LDAP connection is achieved with the server.', 'LDAPbinddn' => 'If your LDAP server requires that you use a binddn and password '  . 'instead of binding anonymously, enter it here '  . '(e.g. cn=default,cn=user:password). '  . 'Leave this empty for the normal case of an anonymous bind.', 'LDAPBaseDN' => 'The BaseDN for authenticating users against '  . '(e.g. ou=People,o=Company).', 'LDAPuidattribute' => 'The name of the attribute containing the user\'s login name.', 'LDAPmailattribute' => 'The name of the attribute of a user in your '  . 'directory that contains the email address, to be '  . ("used as " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " username. If this parameter ")  . ("is empty, " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " will use the LDAP username")  . (" as the " . $stash->get(['terms', 0, 'Bugzilla', 0]) . " username. You may also want")  . ('' . " to set the \"emailsuffix\" parameter, in this case."), 'LDAPfilter' => 'LDAP filter to AND with the <tt>LDAPuidattribute</tt> for '  . 'filtering the list of valid users.'  });        $output .=  "\n";        } };        if ($@) {            $_tt_error = $context->catch($@, \$output);            die $_tt_error unless $_tt_error->type eq 'return';        }            return $output;    },    DEFBLOCKS => {    },});

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -