Apache-DnsZone

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN

  # or 'de' 'se' 'dk' 'fr' 'it' 
  # DnsZoneLoginLang is used if the browser doesn't send an 'Accept-Language' header and the language isn't in DnsZone already
  PerlModule   Apache::DnsZone::AuthCookie
  PerlSetVar   DnsZoneTicketTable         'tickets:ticket_hash:ts'
  PerlSetVar   DnsZoneTicketUserTable     'users:username:password'
  PerlSetVar   DnsZoneTicketPasswordStyle cleartext
  PerlSetVar   DnsZoneTicketSecretTable   'ticketsecrets:sec_data:sec_version'
  PerlSetVar   DnsZoneTicketExpires       60
  PerlSetVar   DnsZoneTicketLogoutURI     /
  PerlSetVar   DnsZoneTicketLoginHandler  /login
  PerlSetVar   DnsZoneTicketIdleTimeout   10
  PerlSetVar   DnsZonePath                /
  PerlSetVar   DnsZoneLoginScript         /loginform
  <Location /admin>
    SetHandler        perl-script
    PerlHandler       Apache::DnsZone
    AuthType          Apache::DnsZone::AuthCookie
    AuthName          DnsZone
    PerlAuthenHandler Apache::DnsZone::AuthCookie->authenticate
    PerlAuthzHandler  Apache::DnsZone::AuthCookie->authorize
  </Location>

conf/dnszone.conf  view on Meta::CPAN

  PerlSetVar   DnsZoneLoginLang           'en'
  PerlSetVar   DnsZoneLogoutHandler       /logout
  PerlModule   Apache::DnsZone::AuthCookie
  PerlSetVar   DnsZoneTicketTable         'tickets:ticket_hash:ts'
  PerlSetVar   DnsZoneTicketUserTable     'users:username:password'
  PerlSetVar   DnsZoneTicketPasswordStyle cleartext
  PerlSetVar   DnsZoneTicketSecretTable   'ticketsecrets:sec_data:sec_version'
  PerlSetVar   DnsZoneTicketExpires       60
  PerlSetVar   DnsZoneTicketLogoutURI     /
  PerlSetVar   DnsZoneTicketLoginHandler  /login
  PerlSetVar   DnsZoneTicketIdleTimeout   10
  PerlSetVar   DnsZonePath                /
  PerlSetVar   DnsZoneLoginScript         /loginform
  <Location /admin>
    SetHandler        perl-script
    PerlHandler       Apache::DnsZone
    AuthType          Apache::DnsZone::AuthCookie
    AuthName          DnsZone
    PerlAuthenHandler Apache::DnsZone::AuthCookie->authenticate
    PerlAuthzHandler  Apache::DnsZone::AuthCookie->authorize
    require           valid-user

lang/it.lang  view on Meta::CPAN

		'ERROR_RETRY'       => 'Valore non corretto per il Retry time',
		'ERROR_EXPIRE'      => 'Valore non corretto per l\'Expire time',
		'FILLOUT_FIELDS'    => 'Per favore riempire i seguenti campi:',
		'EDIT_FIELDS'       => 'Per favore modificare i campi:',
		'DELETE_RECORD'     => 'Il seguente record sta per essere cancellato:',
		'USERNAME'          => 'Nome Utente',
		'PASSWORD'          => 'Password',
		'LOGIN_BUTTON'      => 'Login',
		'PAGE_LOGIN'        => 'Pagina di Login',
		'LOGIN_NOTE'        => 'Nota: Per poter effettuare il login occorre impostare il browser per accettare i cookie. Dopo un certo periodo di tempo ti verr&agrave; richiesto di rieseguire il login.',
		'IDLE_TIMEOUT'      => 'Motivo del Logout: Timeout della connessione',
		'MALFORMED_TICKET'  => 'Motivo del Logout: Sessione errata',
		'INVALID_HASH'      => 'Motivo del Logout: Sessione sconosciuta',
		'EXPIRED_TICKET'    => 'Motivo del Logout: Sessione scaduta',
		'MISSING_SECRET'    => 'Motivo del Logout: Errore del server',
		'TAMPERED_HASH'     => 'Motivo del Logout: Sessione modificata illecitamente',
		'PASSWORD_CHANGE'   => 'La password verr&agrave; cambiata solo se verr&agrave; scritto qualcosa nel campo sottostante.'
		); 

    return %text; 
} 

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.256 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-d29e8ade9f55 )