Wednesday, 2010-11-17

*** proprietarysucks has parted #wikid (None)02:08
*** remix_auei (~remix_tj@2002:59a3:90c8::1) has joined #wikid05:15
*** remix_tj has quit (Ping timeout: 272 seconds)05:16
*** manonst has quit (*.net *.split)08:19
*** cmatthews_ has quit (*.net *.split)08:19
*** manonst (406a83fe@gateway/web/freenode/ip.64.106.131.254) has joined #wikid08:36
*** cmatthews_ (d8ed3803@gateway/web/freenode/ip.216.237.56.3) has joined #wikid08:36
*** remix_auei has quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)09:05
*** remix_tj (~remix_tj@ip6.server.remixtj.net) has joined #wikid09:05
*** nowen (~nowen@adsl-176-210-205.asm.bellsouth.net) has joined #wikid13:39
*** nowen has quit (Quit: Leaving.)15:25
*** nowen (~nowen@adsl-176-210-205.asm.bellsouth.net) has joined #wikid15:32
cmatthews_Nick, so we have been out this for about 5 days straight now.. Maybe were getting closer but ...16:00
nowenare you getting stuck on the cisco > ias or ias > wikid?16:01
cmatthews_Anyhow .. Where we are at now is the checkpoint firewall is sending some sort of request to our NPS server and in theory that is forwarding a request to wikid but how can we tell if the request is hitting the wikid server. We are never seeing any users on wikid, is there a request log we can see?16:01
nowenyes,16:02
cmatthews_Authentication times out on our VPN software atm.. We think maybe something about what params are being passed is not right.16:02
nowenalso, if the last request is for the OTP, you know that the radius request is not getting there16:02
cmatthews_I didn't see anything past "yes" about where the logs are.16:03
nowenon Logs/Configure Loggers and set com.wikidsystems to debug and addcom.wikidsystems.radius.log.DBSvrLogImpl and set it to debug as well.16:03
nowenoh - I hit enter too soon16:03
nowenthe logs are on the WiKIDAdmin16:04
nowenlink on the top right16:04
cmatthews_oh I see16:04
nowenset the log level at debug16:05
nowenand hit filter16:05
cmatthews_Also just so this stops stickin gout in my head, the tokens are global? not user specific right?16:07
cmatthews_otp are global I mean.16:07
nowennot sure I understand16:07
cmatthews_well I use the request application without providing any for of user16:07
cmatthews_the otp request doesn't relate to user, or it appears it doesnt?16:08
nowenonce the token is registered, it is specific to that user16:08
nowenif your token is not registered, the OTPs will not be validated16:08
cmatthews_hmmm16:09
cmatthews_man the amount of disconnects that don't seem to fit is always growing.. hehe16:09
cmatthews_So ... I run the wikid token client16:09
cmatthews_I put in the pass phrase16:10
cmatthews_I put in a pin number16:10
cmatthews_I get a otp?16:10
cmatthews_how is this related to user from that point?16:10
nowenwhen you created the domain and double-entered the PIN, you got a registration code back from the server16:11
nowendid you associate the code with a user on the server?16:11
cmatthews_Interesting I wondered what that code was for.16:11
nowen;)16:11
nowenif you delete your domain on the token and recreate, you will see the registration code show up on the Manual Validate users page.16:11
cmatthews_trying now ty16:12
nowenwe also have scripts on the server to allow users to register themselves after logging in w/their AD creds16:12
cmatthews_you think user is just my domain user name or should I prefix or anything, like DOMAIN\Username16:14
nowen just my domain user is my guess16:14
cmatthews_And the domain configuration in wikid, is that just arbitrairy or should the wikid domain equal my AD domain name?16:14
cmatthews_I set it to mydomain.wikid right now.16:15
nowenarbitrary - or really, just specific to wikid16:15
cmatthews_Not seeing anything that looks like NPS talking to wikid in the wikid logs.. My firewall says in it's logs it is talking to NPS ... Seems my current disconnect is figuring out why nps and wikis don't appear to be talking.16:20
nowenis the NPS a network client on WiKID?16:21
cmatthews_lol... no just the firewall.. I am seeing how that is dumb now.16:21
nowen;)16:21
nowenand you need to run 'wikidctl restart' after you add it - it opens the fw and caches the radius info16:22
cmatthews_is return attribute important to NPS?16:23
nowenNO16:23
nowenI mean, no16:23
nowencaps lock ;)16:24
nowenif you're not using them already, then no16:24
cmatthews_I don't mind, yell at me as much as you liek so long as I can get this frustration behind me and pay you for your product.16:24
cmatthews_hehe16:24
nowen;)16:24
nowenjust keep asking questions, more than happy to save you time and frustration16:31
cmatthews_Okay got the NPS server added as a client got my users registered with the same name from the domain. My nps condition is set to forward basically all requests at all times to wikid. Not seeing the request hit wikid.16:38
cmatthews_in the logs16:38
nowenand you ran 'wikidctl restart'?16:38
cmatthews_yeah.. oh wait16:38
cmatthews_forgot to do that step to add addcom.wikidsystems.radius.log.DBSvrLogImpl16:38
cmatthews_sec16:38
cmatthews_WOW16:40
cmatthews_worked16:40
cmatthews_logged and worked16:40
cmatthews_WOOHOO!16:40
cmatthews_hehe16:40
nowenbeen known to happen ;-)16:40
cmatthews_Interesting ... when I added the radius log entry I notice that the log stated that is when the system started listening on port 1812...16:50
nowenis that not the default for nps?16:50
cmatthews_at least that log message was geenrated at the moment I added the log entry.16:50
cmatthews_that si all cotrrect I just mean wikid seemed to start listening at the time I added the log entry16:50
cmatthews_my coworker had tried 1-2 minutes before I added the log entry and he was unable16:51
cmatthews_then when we added the log entry you suggested a listening message appeared16:51
cmatthews_and success after that16:51
nowenhmm16:51
cmatthews_maybe just us.. but I thought I shoudl share16:51
nowenhave you enabled any other protocols?  besides radius and wauth?16:52
cmatthews_nope16:52
cmatthews_2010-11-17 08:38:09.473 INFO com.wikidsystems.radius.log.DBSvrLogImpl RADIUS Receiver Started: listening on port 181216:53
cmatthews_that message right when I added it as you suggested.16:53
nowenhm16:53
nowenit might be that there is a delay in radius starting that coincided with your log entry16:56
cmatthews_So any ideas on this one...17:01
cmatthews_Me and a coworked both are users on the wikid server.17:01
nowenand he's still not authenticating?17:01
cmatthews_We both see on the wikid server when we try to conenct VPN that wikid says good17:01
cmatthews_but only I am able to connect17:01
cmatthews_he times out17:01
nowenwhat do the WiKIDAdmin logs say?17:01
cmatthews_we were using different version of the VPN software17:01
nowenbrb - phone call17:02
cmatthews_but then we tried both from mine17:02
cmatthews_kk17:02
nowenok - back - srry17:24
nowenok - 2 vpn clients, but only one works?17:24
cmatthews_3 now and 1 worked17:28
cmatthews_but we figured it out17:28
nowenwhat was it?17:28
nowennps?17:28
cmatthews_old AD setting17:28
cmatthews_"Allow dialup access"17:28
cmatthews_I been here 7years it was enabled for me in our AD17:28
cmatthews_the other two have only been here a couple years and it was set differently.17:28
cmatthews_changed it and it worked17:28
cmatthews_but17:28
nowenhaha17:28
cmatthews_we would much rather control with an AD group17:28
nowencan't you?17:29
cmatthews_because this "dial in" tab in AD goes away post upgrade17:29
cmatthews_of our AD17:29
nowenConnection Request Policies > Edit Profile > 'Advanced' Tab > Add 'Remote-RADIUS-to-Windows-User-Mapping' = true17:29
nowenthere is a way to set it up via groups. I'm sure17:30
cmatthews_we'll look into that I remember adding that option in the setup17:30
*** proprietarysucks (~nathanr@static-96-247-50-178.lsanca.fios.verizon.net) has joined #wikid17:30
proprietarysucksany of you guys in los angeles?17:31
cmatthews_yeah I am in orange county17:34
nowencmatthews_: I would think something on the Conditions tab on NPS Network Policy17:45
cmatthews_Looking now17:45
cmatthews_Also we will have about 15-20 users max.. is that the up to 25 seat license we should look to purchase?17:46
nowenor 2 ten packs17:46
cmatthews_And if I have iphone and windows application for getting tokens but the same user id does that count as 2 or 1?17:47
nowen117:47
nowenunique usernames per domain17:47
cmatthews_nice17:47
cmatthews_Nick, do you know of any programs besides VNC, like pcAnywhere, that support the two factor auth concepts as part of the application?18:49
nowenon windows?18:49
cmatthews_yea18:49
nowencitrx18:49
cmatthews_Well what I mean is we have a helpdesk18:50
cmatthews_they dial into restauarants to support them18:50
cmatthews_using our VPN client they can only be in 1 at a time18:50
cmatthews_this limitation concerns them... heh18:50
nowenso, they have to login to the central vpn, then connect to a restaurant?  they want to connect to more than one restaurant at a time?18:51
cmatthews_Every restaurant has a VPN that is what they will be connecting too.18:52
cmatthews_The VPN at the store level will be setup to radius18:52
cmatthews_validate18:52
cmatthews_We thought about a VM that they connect too then go from their to all the stores but18:53
cmatthews_that has audit holes in it from my understanding18:53
cmatthews_since the site they connect to from their wont be logged as two factor connection18:53
nowenon linux, there is NoMachine18:54
nowenthe free version is freenx18:54
nowenthere is a windows client18:54
nowenyou run your vnc through the nx server18:54
cmatthews_got ya18:55
nowenpretty cool tho18:59
nowenit's faster than plain vnc19:04
nowenencrypted through ssh and uses pam for authentication.  so pam_radius19:04
nowenI wonder if IAS could take a windows login and convert it to a radius one19:10
cmatthews_Yeah I get this all working then they start with the ... How do we connect with multiple instances of remote tools to different machines at the same time.19:13
nowenhaha19:13
cmatthews_Requirements post implementation are my favorite...19:14
nowenof course, if they have a lot of instances up at once the likelihood of a mistake is higher19:14
cmatthews_yeah I treid to argue that I don't think our PCI auditor will like you guys being in 4 systems at once unmonitored.19:14
nowenwell, this is really not 2FA, you just need to find a service that will do it that supports radius in some form19:14
cmatthews_But I'll let them take it up with him after I figure out around it... No .. get this .. This was the best part of the conversation.19:15
cmatthews_Can you script the process from our ticket software so that the helpdesk agent doesn't enter his pin and doesn't need to put the password in the VPN application to establish connections.19:15
cmatthews_that mad eme laugh.19:15
nowenlol19:16
cmatthews_I said I can but I thought that would sorta... u know.. defeat the purpose... Some wierd logic was trying to be applied and I said just talk to our auditor.19:16
nowenthat's really missing the point19:17
cmatthews_haha I know.19:17
proprietarysucksplease add check for $JAVAHOME in set up script22:27
proprietarysuckscurrently if it's not set it just screws up, trying to copy files around to places that don't exist22:28
proprietarysucks[[ $JAVAHOME ]] && { echo JAVAHOME not set; exit 123; }22:28
nowenok22:28
proprietarysucks-> /opt/WiKID/sbin/wikidserver_config.sh22:28
proprietarysucksalso please add yum install iptables here: http://www.wikidsystems.com/support/wikid-support-center/installation-how-tos/how-to-install-the-wikid-community-edition-3.x22:28
proprietarysucksas iptables is required22:28
proprietarysucksthank you guys =]22:29
nowennp22:29
nowenthanks for the feedback22:29
proprietarysucksI'm going to rewrite this thing for you22:44
nowen;-)22:44
*** nowen has quit (Quit: Leaving.)23:04
proprietarysuckswhat is this appliance variable that is set but never used23:08
proprietarysucksI've rewritten this thing to always work and not need all this weirdness about checking config files and seeing if it ran before and all this other stuff23:10
proprietarysucksall the functionality of the original, plus being able to run over and over, can be written as here: http://pastebin.com/zKhC6ky523:11
proprietarysucksthat doesn't include commented out lines from the original, and it doesn't include logic around setting the unused variable appliance23:12
proprietarysucksprobably you'd want a little echo success statement at the end there23:13
proprietarysuckson this page: http://www.wikidsystems.com/support/wikid-support-center/installation-how-tos/how-to-install-the-wikid-community-edition-3.x this line is wrong or outdated:  service postgresql initdb23:20
proprietarysucksor incomplete23:20
proprietarysucksin centos for example, it's just as you would expect: service postgresql start23:21
proprietarysucksthat initialized the database and starts the service23:21

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!