Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,6 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_INSTALL_PREFIX)
${DIR_PERMISSIONS}
PATTERN "notebook/JsMVA" EXCLUDE
PATTERN "system.rootrc" EXCLUDE
PATTERN "system.rootauthrc" EXCLUDE
PATTERN "system.rootdaemonrc" EXCLUDE
PATTERN "root.mimes" EXCLUDE
PATTERN "*.in" EXCLUDE)
install(DIRECTORY fonts/ DESTINATION ${CMAKE_INSTALL_FONTDIR} ${DIR_PERMISSIONS})
Expand Down
433 changes: 0 additions & 433 deletions README/README.AUTH

This file was deleted.

4 changes: 0 additions & 4 deletions cmake/modules/RootConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,6 @@ install(FILES ${CMAKE_BINARY_DIR}/ginclude/RConfigure.h DESTINATION ${CMAKE_INST
execute_Process(COMMAND hostname OUTPUT_VARIABLE BuildNodeInfo OUTPUT_STRIP_TRAILING_WHITESPACE )

configure_file(${CMAKE_SOURCE_DIR}/config/rootrc.in ${CMAKE_BINARY_DIR}/etc/system.rootrc @ONLY NEWLINE_STYLE UNIX)
configure_file(${CMAKE_SOURCE_DIR}/config/rootauthrc.in ${CMAKE_BINARY_DIR}/etc/system.rootauthrc @ONLY NEWLINE_STYLE UNIX)
configure_file(${CMAKE_SOURCE_DIR}/config/rootdaemonrc.in ${CMAKE_BINARY_DIR}/etc/system.rootdaemonrc @ONLY NEWLINE_STYLE UNIX)

# file used in TROOT.cxx, not need in include/ dir and not need to install
configure_file(${CMAKE_SOURCE_DIR}/config/RConfigOptions.in ginclude/RConfigOptions.h NEWLINE_STYLE UNIX)
Expand Down Expand Up @@ -804,8 +802,6 @@ install(FILES ${CMAKE_BINARY_DIR}/ginclude/RConfigOptions.h

install(FILES ${CMAKE_BINARY_DIR}/etc/root.mimes
${CMAKE_BINARY_DIR}/etc/system.rootrc
${CMAKE_BINARY_DIR}/etc/system.rootauthrc
${CMAKE_BINARY_DIR}/etc/system.rootdaemonrc
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR})

endfunction()
Expand Down
135 changes: 0 additions & 135 deletions config/rootauthrc.in

This file was deleted.

70 changes: 0 additions & 70 deletions config/rootdaemonrc.in

This file was deleted.

53 changes: 0 additions & 53 deletions config/rootrc.in
Original file line number Diff line number Diff line change
Expand Up @@ -369,59 +369,6 @@ ACLiC.Linkdef: _linkdef
# Add extra options to rootcling invocation by ACLiC
#ACLiC.ExtraRootclingFlags: [-optA ... -optZ]

# Connection is shutdown at timeout expiration. Timeout is in seconds.
# Negotiation cannot be attempted at low level (i.e. inside
# TAuthenticate::Authenticate()) because of synchronization
# problems with the server.
# At higher level, TAuthenticate::HasTimedOut() gives information
# about timeout: 0 = no timeout; 1 = timeout, no methods left;
# 2 = timeout, still methods to be tried .
# Caller should decide about an additional attempt.
# Timeout disabled (< 0) by default. Can be changed on-the-fly
# with the static method TAuthenticate::SetTimeOut(to_value)
#
# Auth.Timeout: -1

# Password dialog box.
# Set to 0 if you do not want a dialog box to be popped-up
# when a password is requested.
# Default is 1.
#
# Auth.UsePasswdDialogBox: 0

# Default login name (if not defined is taken from $(HOME)).
#UsrPwd.Login: qwerty

# To be prompted for login information.
#UsrPwd.LoginPrompt: yes

# To reuse established security context.
UsrPwd.ReUse: yes

# Duration validity of the security context.
# Format: <hours>:<minutes> (default 24:00)
#UsrPwd.Valid: 24:00

# To control password encryption for UsrPwd authentication.
UsrPwd.Crypt: yes

# Type of key to be used for RSA encryption:
# 0 = local; 1 = SSL (default if openssl available).
RSA.KeyType: 1

# In case of 'RSA.KeyType: 1' this specifies the number of bits to
# be used for the Blowfish key used to encrypt the exchanged information
# Default 256, minimum 128, maximum 15912.
#SSL.BFBits: 256

# Server authentication in TServerSocket.
#
# General: file with server access rules
#SrvAuth.DaemonRc: /etc/root/system.daemonrc
#
# UsrPwd: check of host equivalence via /etc/hosts.equiv or $HOME/.rhosts.
#SrvAuth.CheckHostsEquivalence: 1

# Force file opening via TNetXNGFile if a hostname is specified
# in the Url.
# By default, for local files TFile::Open() invokes directly TFile
Expand Down
Loading
Loading