WIP: Rather than just root, I changed it to where any user would work. Example: logaa-ron #11
Draft
theissenm
wants to merge 1 commits from any-user_fuctionally
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'any-user_fuctionally'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Changed the logic from looking for logroot. It now looks for /^"log/
Then "log" is replaced with nothing and quotes are strip... That is set as the user_name.
I like the feature, but the code needs review. In the current state (commit
3fb2aa3135
), I am getting some very strange multiline aliases created that weren't there previously, such as:domain=$'root\nroot\nroot\nroot\nroot\nroot\nroot@1.1.1.1\n1.1.1.2\n1.1.2.3\n1.2.3.4\n2.3.4.5\n3.4.5.6'
Rather than just root, I changed it to where any user would work. Example: logaa-ronto WIP: Rather than just root, I changed it to where any user would work. Example: logaa-ron 1 year agoIt appears the failure is in the new if statement not matching
logroot
TXT records correctly.While we're working on this feature, let's work on making it
login[username]
instead. It's just more self-descriptive that way. I'll handle putting in a check and warning for existinglogroot
records.(Edit for formatting)
Where are we at on this?
Reviewers