Lemonldap-NG-Manager

 view release on metacpan or  search on metacpan

lib/Lemonldap/NG/Manager/Attributes.pm  view on Meta::CPAN

        },
        'globalStorageOptions' => {
            'default' => {
                'Directory'      => '/var/lib/lemonldap-ng/sessions/',
                'generateModule' =>
                  'Lemonldap::NG::Common::Apache::Session::Generate::SHA256',
                'LockDirectory' => '/var/lib/lemonldap-ng/sessions/lock/'
            },
            'type' => 'keyTextContainer'
        },
        'gpgAuthnLevel' => {
            'default' => 5,
            'type'    => 'int'
        },
        'gpgDb' => {
            'default' => '',
            'type'    => 'text'
        },
        'grantSessionRules' => {
            'default' => {},
            'keyTest' => sub {
                return perlExpr(@_);
            },
            'test' => sub {
                1;

lib/Lemonldap/NG/Manager/Build/Attributes.pm  view on Meta::CPAN

            default       => 2,
            documentation => 'PAM authentication level',
        },
        pamService => {
            type          => 'text',
            default       => 'login',
            documentation => 'PAM service',
        },

        # GPG
        gpgDb => {
            type          => 'text',
            default       => '',
            documentation => 'GPG keys database',
        },
        gpgAuthnLevel => {
            type          => 'int',
            default       => 5,
            documentation => 'GPG authentication level',
        },

        # Radius
        radiusAuthnLevel => {
            type          => 'int',
            default       => 3,
            documentation => 'Radius authentication level',

lib/Lemonldap/NG/Manager/Build/Tree.pm  view on Meta::CPAN

                            title => 'oidcParams',
                            help  => 'authopenidconnect.html',
                            form  => 'simpleInputContainer',
                            nodes => [
                                'oidcAuthnLevel',
                                'oidcRPCallbackGetParam',
                                'oidcRPStateTimeout'
                            ]
                        },
                        {
                            title => 'gpgParams',
                            help  => 'authgpg.html',
                            form  => 'simpleInputContainer',
                            nodes => [ 'gpgAuthnLevel', 'gpgDb' ],
                        },
                        {
                            title => 'proxyParams',
                            help  => 'authproxy.html',
                            nodes => [
                                'proxyAuthnLevel',
                                'proxyUseSoap',
                                {
                                    title => 'proxyInternalPortal',
                                    form  => 'simpleInputContainer',

site/htdocs/static/languages/ar.json  view on Meta::CPAN

"githubClientSecret":"سرالعميل",
"githubParams":"GitHub Parameters",
"githubScope":"نطاق",
"githubUserField":"Field containing user identifier",
"globalLogout":"تسجيل خروج عالمي",
"globalLogoutCustomParam":"Custom parameter",
"globalLogoutRule":"تفعيل",
"globalLogoutTimer":"قبول تلقائي للوقت",
"globalStorage":"أباتشي :: وحدة الجلسة",
"globalStorageOptions":"أباتشي :: معايير وحدة الجلسة",
"gpgAuthnLevel":"مستوى إثبات الهوية",
"gpgDb":"GPG database",
"gpgParams":"GPG parameters",
"grantSessionRules":"ظروف الافتتاح",
"groupLDAPFilter":"Group Filter",
"groups":"المجموعات",
"groupsBeforeMacros":"Compute groups before macros",
"hGroups":"المجموعات (هاش ريف)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"المفتاح",
"headers":"هيدر إتش تي تي بي ",
"hiddenAttributes":"السمات المخفية",
"hide":"إخفاء",

site/htdocs/static/languages/en.json  view on Meta::CPAN

"githubClientSecret":"Client secret",
"githubParams":"GitHub Parameters",
"githubScope":"Scope",
"githubUserField":"Field containing user identifier",
"globalLogout":"Global logout",
"globalLogoutCustomParam":"Custom parameter",
"globalLogoutRule":"Activation",
"globalLogoutTimer":"Auto accept time",
"globalStorage":"Apache::Session module",
"globalStorageOptions":"Apache::Session module parameters",
"gpgAuthnLevel":"Authentication level",
"gpgDb":"GPG database",
"gpgParams":"GPG parameters",
"grantSessionRules":"Opening conditions",
"groupLDAPFilter":"Group Filter",
"groups":"Groups",
"groupsBeforeMacros":"Compute groups before macros",
"hGroups":"Groups (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Key",
"headers":"HTTP Headers",
"hiddenAttributes":"Hidden attributes",
"hide":"Hide",

site/htdocs/static/languages/es.json  view on Meta::CPAN

"githubClientSecret":"Secreto del cliente",
"githubParams":"GitHub Parameters",
"githubScope":"Ámbito",
"githubUserField":"Campo que contiene identificador de usuario",
"globalLogout":"Desconexión global",
"globalLogoutCustomParam":"Custom parameter",
"globalLogoutRule":"Activación",
"globalLogoutTimer":"Computar grupos antes que macros",
"globalStorage":"Módulo Apache:Session",
"globalStorageOptions":"Parámetros del módulo Apache:Session",
"gpgAuthnLevel":"Nivel de autentificación",
"gpgDb":"Base de datos GPS",
"gpgParams":"Parámetros GPS",
"grantSessionRules":"Condiciones de apertura",
"groupLDAPFilter":"Group Filter",
"groups":"Grupos",
"groupsBeforeMacros":"Método para formulario de información",
"hGroups":"Groups (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Clave",
"headers":"Cabeceras HTTP",
"hiddenAttributes":"Atributos ocultos",
"hide":"Ocultar",

site/htdocs/static/languages/fr.json  view on Meta::CPAN

"githubClientSecret":"Mot de passe",
"githubParams":"Paramètres GitHub",
"githubScope":"Scope",
"githubUserField":"Champ contenant l'identifiant de l'utilisateur",
"globalLogout":"Déconnexion globale",
"globalLogoutCustomParam":"Paramètre personnalisé",
"globalLogoutRule":"Activation",
"globalLogoutTimer":"Délai d'acceptation automatique",
"globalStorage":"Module Apache::Session",
"globalStorageOptions":"Paramètres du module Apache::Session",
"gpgAuthnLevel":"Niveau d'authentification",
"gpgDb":"Base de données GPG",
"gpgParams":"Paramètres GPG",
"grantSessionRules":"Conditions d'ouverture",
"groupLDAPFilter":"Filtre pour les groupes",
"groups":"Groupes",
"groupsBeforeMacros":"Calculer les groupes avant les macros",
"hGroups":"Groupes (HashRef)",
"hashedSessionStore":"Stockage de sessions haché",
"hashkey":"Clef",
"headers":"En-têtes HTTP",
"hiddenAttributes":"Attributs masqués",
"hide":"Masquer",

site/htdocs/static/languages/he.json  view on Meta::CPAN

"githubClientSecret":"סוד לקוח",
"githubParams":"משתני GitHub",
"githubScope":"×”×™×§×£",
"githubUserField":"שדה שמכיל את זיהוי המשתמש",
"globalLogout":"יציאה גלובלית",
"globalLogoutCustomParam":"משתנה בהתאמה אישית",
"globalLogoutRule":"הפעלה",
"globalLogoutTimer":"זמן הקבלה האוטומטית",
"globalStorage":"מודול Apache::Session",
"globalStorageOptions":"משתני מודול Apache::Session",
"gpgAuthnLevel":"דרגת אימות",
"gpgDb":"מסד נתוני GPG",
"gpgParams":"משתני GPG",
"grantSessionRules":"תנאי פתיחה",
"groupLDAPFilter":"Group Filter",
"groups":"קבוצות",
"groupsBeforeMacros":"לחשב את הקבוצות לפני תסריטי המאקרו",
"hGroups":"קבוצות (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"מפתח",
"headers":"כותרות HTTP",
"hiddenAttributes":"תכונות נסתרות",
"hide":"הסתרה",

site/htdocs/static/languages/it.json  view on Meta::CPAN

"githubClientSecret":"Client segreto",
"githubParams":"GitHub Parameters",
"githubScope":"Scopo",
"githubUserField":"Campo contenente l'identificatore dell'utente",
"globalLogout":"Global logout",
"globalLogoutCustomParam":"Custom parameter",
"globalLogoutRule":"Attivazione",
"globalLogoutTimer":"Auto accettazione tempo",
"globalStorage":"Modulo Apache::Session",
"globalStorageOptions":"Parametri di modulo Apache::Session",
"gpgAuthnLevel":"Livello di autenticazione",
"gpgDb":"Database GPG",
"gpgParams":"Parametri GPG",
"grantSessionRules":"Condizioni di apertura",
"groupLDAPFilter":"Group Filter",
"groups":"Gruppi",
"groupsBeforeMacros":"Compute groups before macros",
"hGroups":"Gruppi  (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Chiave",
"headers":"Intestazioni HTTP",
"hiddenAttributes":"Attributi nascosti",
"hide":"Nascondi",

site/htdocs/static/languages/pl.json  view on Meta::CPAN

"githubClientSecret":"Sekret klienta",
"githubParams":"Parametry GitHub",
"githubScope":"Zakres",
"githubUserField":"Pole zawierające identyfikator użytkownika",
"globalLogout":"Globalne wylogowanie",
"globalLogoutCustomParam":"Parametr niestandardowy",
"globalLogoutRule":"Aktywacja",
"globalLogoutTimer":"Czas automatycznej akceptacji",
"globalStorage":"Moduł Apache::Session",
"globalStorageOptions":"Parametry modułu Apache::Session",
"gpgAuthnLevel":"Poziom uwierzytelnienia",
"gpgDb":"Baza danych GPG",
"gpgParams":"Parametry GPG",
"grantSessionRules":"Warunki otwarcia",
"groupLDAPFilter":"Filtr grup",
"groups":"Grupy",
"groupsBeforeMacros":"Oblicz grupy przed makrami",
"hGroups":"Grupy (HashRef)",
"hashedSessionStore":"Przechowywanie sesji haszowanej",
"hashkey":"Klucz",
"headers":"Nagłówki HTTP",
"hiddenAttributes":"Ukryte atrybuty",
"hide":"Ukryj",

site/htdocs/static/languages/pt.json  view on Meta::CPAN

"githubClientSecret":"segredo de cliente",
"githubParams":"Parâmetros GitHub",
"githubScope":"Escopo",
"githubUserField":"Campo contendo o identificador do usuário",
"globalLogout":"Logout global",
"globalLogoutCustomParam":"Parâmetros personalizados",
"globalLogoutRule":"Ativação",
"globalLogoutTimer":"Horário de aceitação automática",
"globalStorage":"módulo Apache::Session",
"globalStorageOptions":"Parâmetros do módulo Apache::Session",
"gpgAuthnLevel":"Nível de autenticação",
"gpgDb":"Banco de dados GPG",
"gpgParams":"Parâmetros GPG",
"grantSessionRules":"Condições de abertura",
"groupLDAPFilter":"Filtro de grupo",
"groups":"Grupos",
"groupsBeforeMacros":"Computar grupos antes de macros",
"hGroups":"Grupos (HashRef)",
"hashedSessionStore":"Armazenamento de sessão em hash",
"hashkey":"Chave",
"headers":"Cabeçalhos HTTP",
"hiddenAttributes":"Atributos escondidos",
"hide":"Esconder",

site/htdocs/static/languages/pt_BR.json  view on Meta::CPAN

"githubClientSecret":"segredo de cliente",
"githubParams":"Parâmetros GitHub",
"githubScope":"Escopo",
"githubUserField":"Campo contendo o identificador do usuário",
"globalLogout":"Logout global",
"globalLogoutCustomParam":"Parâmetros personalizados",
"globalLogoutRule":"Ativação",
"globalLogoutTimer":"Tempo de aceitação automática",
"globalStorage":"módulo Apache::Session",
"globalStorageOptions":"Parâmetros do módulo Apache::Session",
"gpgAuthnLevel":"Nível de autenticação",
"gpgDb":"Banco de dados GPG",
"gpgParams":"Parâmetros GPG",
"grantSessionRules":"Condições de abertura",
"groupLDAPFilter":"Filtro de grupo",
"groups":"Grupos",
"groupsBeforeMacros":"Computar grupos antes de macros",
"hGroups":"Grupos (HashRef)",
"hashedSessionStore":"Armazenamento de sessão em hash",
"hashkey":"Chave",
"headers":"Cabeçalhos HTTP",
"hiddenAttributes":"Atributos escondidos",
"hide":"Esconder",

site/htdocs/static/languages/ru.json  view on Meta::CPAN

"githubClientSecret":"Секрет клиента",
"githubParams":"Параметры GitHub",
"githubScope":"Объем",
"githubUserField":"Поле, содержащее идентификатор пользователя",
"globalLogout":"Глобальный выход",
"globalLogoutCustomParam":"Пользовательский параметр",
"globalLogoutRule":"Активация",
"globalLogoutTimer":"Время автоматического принятия",
"globalStorage":"Модуль Apache::Session",
"globalStorageOptions":"Параметры модуля Apache::Session",
"gpgAuthnLevel":"Уровень аутентификации",
"gpgDb":"База данных GPG",
"gpgParams":"Параметры GPG",
"grantSessionRules":"Условия открытия",
"groupLDAPFilter":"Групповой фильтр",
"groups":"Группы",
"groupsBeforeMacros":"Вычислять группы перед макросами",
"hGroups":"Группы (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Ключ",
"headers":"Заголовки HTTP",
"hiddenAttributes":"Скрытые атрибуты",
"hide":"Скрыть",

site/htdocs/static/languages/tr.json  view on Meta::CPAN

"githubClientSecret":"İstemci sırrı",
"githubParams":"GitHub Parametreleri",
"githubScope":"Kapsam",
"githubUserField":"Alan kullanıcı kimliği içeriyor",
"globalLogout":"Global çıkış",
"globalLogoutCustomParam":"Özelleştirilmiş parametreler",
"globalLogoutRule":"Aktivasyon",
"globalLogoutTimer":"Otomatik kabul süresi",
"globalStorage":"Apache::Session modülü",
"globalStorageOptions":"Apache::Session modül parametreleri",
"gpgAuthnLevel":"DoÄŸrulama seviyesi",
"gpgDb":"GPG veritabanı",
"gpgParams":"GPG parametreleri",
"grantSessionRules":"Açılış koşulları",
"groupLDAPFilter":"Grup Filtresi",
"groups":"Gruplar",
"groupsBeforeMacros":"Grupları makrolardan önce hesapla",
"hGroups":"Gruplar (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Anahtar",
"headers":"HTTP Başlıkları",
"hiddenAttributes":"Gizli nitelikler",
"hide":"Gizle",

site/htdocs/static/languages/vi.json  view on Meta::CPAN

"githubClientSecret":"Trình khách bí mật",
"githubParams":"Tham số GitHub",
"githubScope":"Phạm vi",
"githubUserField":"Trường chứa định danh người dùng",
"globalLogout":"Đăng xuất tất cả",
"globalLogoutCustomParam":"Tham số tùy chỉnh",
"globalLogoutRule":"Kích hoạt",
"globalLogoutTimer":"Tự động chấp nhận thời gian",
"globalStorage":"Mô đun Apache :: Session",
"globalStorageOptions":"Tham số mô đun Apache :: Session ",
"gpgAuthnLevel":"Mức xác thực",
"gpgDb":"cơ sở dữ liệu GPG",
"gpgParams":"Tham số GPG",
"grantSessionRules":"Điều kiện mở",
"groupLDAPFilter":"Group Filter",
"groups":"Nhóm",
"groupsBeforeMacros":"Tính toán các nhóm trước macros",
"hGroups":"Nhóm (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"Khóa",
"headers":"Tiêu đề HTTP",
"hiddenAttributes":"Thuộc tính ẩn",
"hide":"Ẩn",

site/htdocs/static/languages/zh.json  view on Meta::CPAN

"githubClientSecret":"客戶端祕密",
"githubParams":"GItHub 參數",
"githubScope":"範圍",
"githubUserField":"包含使用者識別符號的欄位",
"globalLogout":"全域登出",
"globalLogoutCustomParam":"自訂參數",
"globalLogoutRule":"激活",
"globalLogoutTimer":"自動接受時間",
"globalStorage":"Apache::Session 模組",
"globalStorageOptions":"Apache::Session 模組參數",
"gpgAuthnLevel":"驗證等級",
"gpgDb":"GPG 資料庫",
"gpgParams":"GPG 參數",
"grantSessionRules":"開啟條件",
"groupLDAPFilter":"Group Filter",
"groups":"群組",
"groupsBeforeMacros":"在巨集前計算群組",
"hGroups":"群組 (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"金鑰",
"headers":"HTTP 標頭",
"hiddenAttributes":"隱藏屬性",
"hide":"隐藏",

site/htdocs/static/languages/zh_TW.json  view on Meta::CPAN

"githubClientSecret":"客戶端祕密",
"githubParams":"GItHub 參數",
"githubScope":"範圍",
"githubUserField":"包含使用者識別符號的欄位",
"globalLogout":"全域登出",
"globalLogoutCustomParam":"自訂參數",
"globalLogoutRule":"啟用",
"globalLogoutTimer":"自動接受時間",
"globalStorage":"Apache::Session 模組",
"globalStorageOptions":"Apache::Session 模組參數",
"gpgAuthnLevel":"驗證等級",
"gpgDb":"GPG 資料庫",
"gpgParams":"GPG 參數",
"grantSessionRules":"開啟條件",
"groupLDAPFilter":"Group Filter",
"groups":"群組",
"groupsBeforeMacros":"在巨集前計算群組",
"hGroups":"群組 (HashRef)",
"hashedSessionStore":"Hashed session storage",
"hashkey":"金鑰",
"headers":"HTTP 標頭",
"hiddenAttributes":"隱藏屬性",
"hide":"隱藏",

site/htdocs/static/reverseTree.json  view on Meta::CPAN

{"ADPwdExpireWarning":"generalParameters/authParams/adParams","ADPwdMaxAge":"generalParameters/authParams/adParams","AuthLDAPFilter":"generalParameters/authParams/ldapParams/ldapFilters","LDAPFilter":"generalParameters/authParams/ldapParams/ldapFilte...

site/htdocs/static/struct.json  view on Meta::CPAN

[{"_nodes":[{"_nodes":[{"default":"http://auth.example.com/","id":"portal","title":"portal"},{"_nodes":[{"_nodes":[{"default":1,"id":"portalDisplayAppslist","title":"portalDisplayAppslist","type":"boolOrExpr"},{"default":1,"id":"portalDisplayLoginHis...

t/jsonfiles/17-extra2f.json  view on Meta::CPAN

                  "help" : "authopenidconnect.html",
                  "id" : "oidcParams",
                  "show" : false,
                  "title" : "oidcParams",
                  "type" : "simpleInputContainer"
               },
               {
                  "_nodes" : [
                     {
                        "default" : 5,
                        "id" : "gpgAuthnLevel",
                        "title" : "gpgAuthnLevel",
                        "type" : "int"
                     },
                     {
                        "default" : "",
                        "id" : "gpgDb",
                        "title" : "gpgDb"
                     }
                  ],
                  "help" : "authgpg.html",
                  "id" : "gpgParams",
                  "show" : false,
                  "title" : "gpgParams",
                  "type" : "simpleInputContainer"
               },
               {
                  "_nodes" : [
                     {
                        "default" : 2,
                        "id" : "proxyAuthnLevel",
                        "title" : "proxyAuthnLevel",
                        "type" : "int"
                     },



( run in 0.817 second using v1.01-cache-2.11-cpan-df04353d9ac )