@@ -369,59 +369,6 @@ ACLiC.Linkdef: _linkdef
369369# Add extra options to rootcling invocation by ACLiC
370370#ACLiC.ExtraRootclingFlags: [-optA ... -optZ]
371371
372- # Connection is shutdown at timeout expiration. Timeout is in seconds.
373- # Negotiation cannot be attempted at low level (i.e. inside
374- # TAuthenticate::Authenticate()) because of synchronization
375- # problems with the server.
376- # At higher level, TAuthenticate::HasTimedOut() gives information
377- # about timeout: 0 = no timeout; 1 = timeout, no methods left;
378- # 2 = timeout, still methods to be tried .
379- # Caller should decide about an additional attempt.
380- # Timeout disabled (< 0) by default. Can be changed on-the-fly
381- # with the static method TAuthenticate::SetTimeOut(to_value)
382- #
383- # Auth.Timeout: -1
384-
385- # Password dialog box.
386- # Set to 0 if you do not want a dialog box to be popped-up
387- # when a password is requested.
388- # Default is 1.
389- #
390- # Auth.UsePasswdDialogBox: 0
391-
392- # Default login name (if not defined is taken from $(HOME)).
393- #UsrPwd.Login: qwerty
394-
395- # To be prompted for login information.
396- #UsrPwd.LoginPrompt: yes
397-
398- # To reuse established security context.
399- UsrPwd.ReUse: yes
400-
401- # Duration validity of the security context.
402- # Format: <hours>:<minutes> (default 24:00)
403- #UsrPwd.Valid: 24:00
404-
405- # To control password encryption for UsrPwd authentication.
406- UsrPwd.Crypt: yes
407-
408- # Type of key to be used for RSA encryption:
409- # 0 = local; 1 = SSL (default if openssl available).
410- RSA.KeyType: 1
411-
412- # In case of 'RSA.KeyType: 1' this specifies the number of bits to
413- # be used for the Blowfish key used to encrypt the exchanged information
414- # Default 256, minimum 128, maximum 15912.
415- #SSL.BFBits: 256
416-
417- # Server authentication in TServerSocket.
418- #
419- # General: file with server access rules
420- #SrvAuth.DaemonRc: /etc/root/system.daemonrc
421- #
422- # UsrPwd: check of host equivalence via /etc/hosts.equiv or $HOME/.rhosts.
423- #SrvAuth.CheckHostsEquivalence: 1
424-
425372# Force file opening via TNetXNGFile if a hostname is specified
426373# in the Url.
427374# By default, for local files TFile::Open() invokes directly TFile
0 commit comments