@RojoLoco In that group I'm a percussionist. I studied saxophone during my undergrad and percussion during my graduate work.

Posts
-
RE: Weekend Plans
-
RE: Weekend Plans
@travisdh1 I hope I do. I'm playing a concert with the Peachtree Symphonic Winds later that day.
-
RE: Weekend Plans
Phase 2 of 2 for moving to local storage early Saturday morning. When this is done, storage for our web application will be local with enterprise hard disks in RAID 10, rather than on a Synology device via iSCSI on consumer hard disks in a RAID 5.
-
RE: Clutter vs Focused Inbox: Office 365
I never saw a use for Clutter, other than having an additional spam folder to check. So I disabled it.
-
RE: What Are You Doing Right Now
@coliver said in What Are You Doing Right Now:
@EddieJennings make sure you are using ldaps and not straight ldap. This doesn't sound like a failure of the application just not using the correct authentication mechanism.
Yeah. I'll see what options I have.
-
RE: What Are You Doing Right Now
I really could spent all day going through a Wireshark capture and not become bored, but in 10 minutes, my office day ends, and I go teach a percussion lesson.
-
RE: What Are You Doing Right Now
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@NerdyDad No, epic win. I was curious to see how Dokuwiki was receiving group information, so I put Wireshark on to view the traffic and try to gain some insight. What I discovered was the aforementioned credentials-in-the-clear problem. Had I not been curious about something else, it would've probably taken me a while to realize this problem was happening.
Win for you, fail for Dokuwiki for not properly setting up encryption before sending authentication credentials, such as SSL.
Now that being said, I'm not using https right now. I think even if I did configure SSL, which would encrypt traffic from me to dokuwiki, traffic from dokuwiki to my domain controller would still be unencrypted.
That is true. However, with Kerberos, it would be one more level of security instead of open creds. But lets look at the bigger picture here. We're inside of your network already. What is being kept on this wiki? How-to's? Not really that important. So probably don't need Kerberos security on a bunch of security manuals. If your users are using wireshark to try to get them into your wiki, then you either need to hire them into the IT dept or fire them. Your choice.
Ha! Alas, most of my users (other than the IT folks themselves) who'd be using this probably don't know Wireshark exists. Stuff that in a bunch of text files on our IT share is going into the wiki, and I can control access to pages from within Dokuwiki, as I don't think the average sales person needs to the see a document of "How to configure the web server."
At this point, my quest is more of curiosity and learning of what traffic is visible when folks authenticate on their workstations against AD.
-
RE: What Are You Doing Right Now
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@NerdyDad No, epic win. I was curious to see how Dokuwiki was receiving group information, so I put Wireshark on to view the traffic and try to gain some insight. What I discovered was the aforementioned credentials-in-the-clear problem. Had I not been curious about something else, it would've probably taken me a while to realize this problem was happening.
Win for you, fail for Dokuwiki for not properly setting up encryption before sending authentication credentials, such as SSL.
Now that being said, I'm not using https right now. I think even if I did configure SSL, which would encrypt traffic from me to dokuwiki, traffic from dokuwiki to my domain controller would still be unencrypted.
-
RE: What Are You Doing Right Now
@NerdyDad No, epic win. I was curious to see how Dokuwiki was receiving group information, so I put Wireshark on to view the traffic and try to gain some insight. What I discovered was the aforementioned credentials-in-the-clear problem. Had I not been curious about something else, it would've probably taken me a while to realize this problem was happening.
-
RE: What Are You Doing Right Now
Down the rabbit hole I go. Further playing around with AD authentication and Dokuwiki, thanks to Wireshark, I found my test account's credentials being sent in the clear. Now I'm curious, and will see what the traffic looks like when a person logs onto a regular workstation.
-
RE: What Are You Doing Right Now
@wirestyle22 said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
Moving along with working on Dokuwiki. Trying to figure out why the group I configured for superuser isn't working.
Problem solved!
What was it?
In local.php I had the following configured:
$conf['plugin']['authad']['base_dn'] = 'DC=foo,DC=blah.com,DC=com';
instead of
$conf['plugin']['authad']['base_dn'] = 'DC=foo,DC=blah,DC=com';
That was a misconfiguration, which needed to be fixed, and once I did, my groups were recognized; thus, I assume that was the problem. I could login using AD credentials with it misconfigured though.
-
RE: What Are You Doing Right Now
@EddieJennings said in What Are You Doing Right Now:
Moving along with working on Dokuwiki. Trying to figure out why the group I configured for superuser isn't working.
Problem solved!
-
RE: What Are You Doing Right Now
Moving along with working on Dokuwiki. Trying to figure out why the group I configured for superuser isn't working.
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
Working with that now. However, at the moment, I've been diverted to digging up and formatting our company's logo.
-
RE: What Are You Doing Right Now
About to get food, then get back to figuring out how to get Dokuwiki to authenticate against Active Directory.
-
RE: What Are You Doing Right Now
Yay! My little dokuwiki test seems like it's functioning!
-
RE: What Are You Doing Right Now
@wirestyle22 said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
Trying to get my little dokuwiki test working.
I want to make a wiki for all of our documentation here. That will be one of my projects.
This is a documentation-becomes-wiki project as well as first-time-ever-dealing-with-apache-jump-in-and-try-to-swim project
-
RE: What Are You Doing Right Now
Trying to get my little dokuwiki test working.
-
RE: Random Thread - Anything Goes
<vent>
"I've been doing$task
for$amountOfTime
" does not always equal knowledge/understanding.
</vent>