- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
authentication.conf userbaseDN attribute being read as multiple stanzas
greatdane
New Member
07-10-2018
12:38 PM
I am working on a UNIX platform where in creating the authentication.conf file using vi or vim, I have multiple LDAP entries that is being wrapped to the next line. Splunk is interpreting this as incomplete stanzas. I am unsure of how to fix this issue. I cannot edit Unix config files to fix the text editor. Any help would be greatly appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jplumsdaine22
Influencer
07-12-2018
02:42 AM
I'm pretty sure you can use a trailing \ as a line break character. For example:
[stanza]
key = value line 1 \
value line 2
That said, it seems unusual that vi would enforce line wrapping as line BREAKING. Can you post your actual config stanza?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
greatdane
New Member
07-11-2018
10:10 AM
would anybody bother to answer this?
