1Ravada::Auth(3)       User Contributed Perl Documentation      Ravada::Auth(3)
2
3
4

NAME

6       Ravada::Auth - Authentication library for Ravada users
7
8   init
9       Initializes the submodules
10
11   login
12       Tries login in all the submodules
13
14           my $ok = Ravada::Auth::login($name, $pass);
15
16   login_external
17       Tries login_external in all the submodules
18
19           my $ok = Ravada::Auth::login_external();
20
21   enable_LDAP
22       Sets or get LDAP support.
23
24           Ravada::Auth::enable_LDAP(0);
25
26           print "LDAP is supported" if Ravada::Auth::enable_LDAP();
27
28   enable_SSO
29       Sets or get SSO support.
30
31           Ravada::Auth::enable_SSO(0);
32
33           print "SSO is supported" if Ravada::Auth::enable_SSO();
34
35
36
37perl v5.34.1                      2022-07-03                   Ravada::Auth(3)
Impressum