Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749214
D707.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1016 B
Referenced Files
None
Subscribers
None
D707.diff
View Options
diff --git a/roles/shellserver/userland-software/files/oidentd.conf b/roles/shellserver/userland-software/files/oidentd.conf
new file mode 100644
--- /dev/null
+++ b/roles/shellserver/userland-software/files/oidentd.conf
@@ -0,0 +1,16 @@
+default {
+ default {
+ allow spoof
+ deny spoof_all
+ deny spoof_privport
+ allow random_numeric
+ allow numeric
+ allow hide
+ }
+}
+
+user root {
+ default {
+ force reply "alexander"
+ }
+}
diff --git a/roles/shellserver/userland-software/irc.sls b/roles/shellserver/userland-software/irc.sls
--- a/roles/shellserver/userland-software/irc.sls
+++ b/roles/shellserver/userland-software/irc.sls
@@ -51,4 +51,15 @@
- installed
- pkgs:
- bitlbee
+ - oidentd
- pisg
+
+oidentd_config:
+ file.managed:
+ {% if grains['os'] == 'FreeBSD' %}
+ - name: /usr/local/etc/oidentd.conf
+ {% else %}
+ - name: /etc/oidentd.conf
+ {% endif %}
+ - source: salt://roles/shellserver/userland-software/files/oidentd.conf
+ - mode: 644
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 13:39 (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249440
Default Alt Text
D707.diff (1016 B)
Attached To
Mode
D707: Install and configure oidentd on Eglide
Attached
Detach File
Event Timeline
Log In to Comment