What Are You Doing Right Now
-
Ok so I really like Gitlab, a lot. But sometimes I just don't understand. So I've been wondering why my local repo sync process hasn't been pulling in Gitlab packages. So I just ran it manually, and here it's failing the GPG check. So after some more digging I find this:
https://gitlab.com/gitlab-org/gitlab-ce/issues/2230
https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1054So they are relying on HTTPS and repo metadata signing and not per package signatures. :rolling_eyes:
All because packagecloud doesn't have this enabled?
-
What an unfortunate name. "So, bro..."
-
@wirestyle22 said in What Are You Doing Right Now:
@JackCPickup said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
very seriously considering backing this: https://www.indiegogo.com/projects/sobro-a-cooler-coffee-table-bluetooth-furniture#/
Looks cool. Would defo be interested in different styles.
It comes in black when they hit the 1 million mark.
That's quite nice, I sent the link to the roommate.
-
@Kelly said in What Are You Doing Right Now:
What an unfortunate name. "So, bro..."
I bet this table wears a pair of Oakleys
-
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@JackCPickup said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
very seriously considering backing this: https://www.indiegogo.com/projects/sobro-a-cooler-coffee-table-bluetooth-furniture#/
Looks cool. Would defo be interested in different styles.
It comes in black when they hit the 1 million mark.
That's quite nice, I sent the link to the roommate.
I'm trying to convince Laura so hard
-
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@JackCPickup said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
very seriously considering backing this: https://www.indiegogo.com/projects/sobro-a-cooler-coffee-table-bluetooth-furniture#/
Looks cool. Would defo be interested in different styles.
It comes in black when they hit the 1 million mark.
That's quite nice, I sent the link to the roommate.
I'm trying to convince Laura so hard
I think we need a "Phrasing" emote. Little smiley face dressed up like a spy accompanied by a speech bubble with the work "Phrasing".
-
@coliver said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@JackCPickup said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
very seriously considering backing this: https://www.indiegogo.com/projects/sobro-a-cooler-coffee-table-bluetooth-furniture#/
Looks cool. Would defo be interested in different styles.
It comes in black when they hit the 1 million mark.
That's quite nice, I sent the link to the roommate.
I'm trying to convince Laura so hard
I think we need a "Phrasing" emote. Little smiley face dressed up like a spy accompanied by a speech bubble with the work "Phrasing".
I thought we weren't doing phrasing anymore
-
@wirestyle22 said in What Are You Doing Right Now:
@coliver said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
@JackCPickup said in What Are You Doing Right Now:
@wirestyle22 said in What Are You Doing Right Now:
very seriously considering backing this: https://www.indiegogo.com/projects/sobro-a-cooler-coffee-table-bluetooth-furniture#/
Looks cool. Would defo be interested in different styles.
It comes in black when they hit the 1 million mark.
That's quite nice, I sent the link to the roommate.
I'm trying to convince Laura so hard
I think we need a "Phrasing" emote. Little smiley face dressed up like a spy accompanied by a speech bubble with the work "Phrasing".
I thought we weren't doing phrasing anymore
I think we need to have a serious discussion about bringing back "phrasing".
-
-
Moving along with working on Dokuwiki. Trying to figure out why the group I configured for superuser isn't working.
-
@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.
Thanks for reminding me. I want to spin this up tonight in my test environment at home.
-
@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!
-
@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?
-
@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.
-
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.
-
@EddieJennings said in 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.
Epic fail.
-
@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.
-
@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.
-
@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.
-
@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.