From cb91c632e320567e5475a79b339443af4e165a06 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 4 Jan 2014 19:36:31 +0200 Subject: [PATCH] Add oidentd.conf replying with uid. and add it to install scripts. It can't be used for logging in unlike username and it's dynamic and shouldn't be too long for servers. --- .install.MKAYSIGREP.run | 1 + install.run | 1 + oidentd.conf | 1 + 3 files changed, 3 insertions(+) create mode 100644 oidentd.conf diff --git a/.install.MKAYSIGREP.run b/.install.MKAYSIGREP.run index df6b2de9..dff7ede6 100755 --- a/.install.MKAYSIGREP.run +++ b/.install.MKAYSIGREP.run @@ -3,6 +3,7 @@ cat .bash_aliases.MKAYSIGREP > ~/.bash_aliases cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases cat .gitconfig.MKAYSIGREP > ~/.gitconfig +cat oidentd.conf > ~/.oidentd.conf mkdir -p ~/.gnupg cat sks-keyservers.netCA.pem > ~/.gnupg/sks-keyservers.netCA.pem cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf diff --git a/install.run b/install.run index 8e83b378..640a98ae 100755 --- a/install.run +++ b/install.run @@ -5,6 +5,7 @@ cat tmux.conf > ~/.tmux.conf cat zshrc > ~/.zshrc cat gitconfig > ~/.gitconfig cat vimrc > ~/.vimrc +cat oidentd.conf > ~/.oidentd.conf mkdir -p ~/.gnupg cat gpg.conf > ~/.gnupg/gpg.conf cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf diff --git a/oidentd.conf b/oidentd.conf new file mode 100644 index 00000000..7a3e5917 --- /dev/null +++ b/oidentd.conf @@ -0,0 +1 @@ +global { numeric } \ No newline at end of file