Tuesday, 2014-02-04

*** Troy__ has quit (Ping timeout: 245 seconds)01:33
*** denis_m (d94bc483@gateway/web/freenode/ip.217.75.196.131) has joined #wikid10:54
*** denis_m is now known as m_denis_demo10:55
m_denis_demohi to all10:55
m_denis_demoanyone got working wikid server with ms np server and active directory auth10:56
m_denis_demofor cisco vpn clients10:56
m_denis_demoafk for a bit11:01
m_denis_demoand back11:09
m_denis_demosorry had to go, will try again later on11:11
m_denis_demoand back here11:50
*** estranger (~russ@209.183.177.118) has joined #wikid13:56
*** coolacid (~CoolAcid@unaffiliated/coolacid) has joined #wikid14:14
*** nowen (~nowen@99-174-92-191.lightspeed.tukrga.sbcglobal.net) has joined #wikid14:36
*** mark__ (8f74745b@gateway/web/freenode/ip.143.116.116.91) has joined #wikid14:53
mark__Hello14:53
mark__Nick are you here?14:53
m_denis_demohi to all14:55
m_denis_demoneed some help with ms npa server and ad and wikid, for cisco vpn authentication14:56
m_denis_demobasically need to add 2nd layer of authentication on existing solution14:56
nowenyes15:04
nowenm_denis_demo: you mean NPS?15:04
m_denis_demoyes sorry using abbreviation of server name15:05
nowenm_denis_demo: np.  take a look at this pdf: http://www.wikidsystems.com/webdemo/Two-factor_Authentication_in_your_Network_eGuide.pdf15:05
nowenis your cisco already talking to NPS?15:05
m_denis_demoyes15:06
m_denis_demofrom cisco side all is ok15:06
nowenok - so all you need is the part from NPS to WiKID15:06
m_denis_demobut if  I configure system acording to http://www.wikidsystems.com/support/wikid-support-center/how-to/how-to-add-two-factor-authentication-to-nps15:06
m_denis_demoI get to enteer username and pass in cisco vpn client15:06
m_denis_demothat pass is sent to wikid server15:07
m_denis_demobut no access granted15:07
nowenyou enter the username and WiKID OTP.  no need for the AD password15:07
nowenthe two factors are knowledge of the WiKID PIN and possession of the private key embedded in wikid15:07
m_denis_demoyess, I did it, username from ad, and otp pass from soft token (java based runing on computer)15:07
nowenwhat do you see in the WiKIDAdmin logs?15:08
nowenrun 'tcpdump -v port radius' on the wikid server to see if the radius requests are getting to it.15:08
nowenalso see this page: http://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-can-i-set-radius-logging-to-debug-how-can-i-see-if-wikid-is-getting-the-radius-requests for setting up radius debugging15:09
m_denis_demook, I setup radius debbuging, just a sec to get all sistem back to wikid settings15:09
nowenI have to step out for a bit, but will be in and out.15:09
m_denis_demook15:10
nowendid you restart wikid after adding the nps as a network client?15:10
m_denis_demoyes, several times15:10
mark__Nick when using 2FA with Juniper as a radius server is there a way to incorporate it to also validate with AD that a specific group exist?15:11
nowenmark__: you can do that via NPS, the AS radius server.  I would think that Juniper could do it as well, but I'm not sure.15:11
mark__so currently if i have an active 2FA account i could access VPN and not actually belong to an AD vpn group15:12
nowenI do have a resource I can ask, if oyu don't15:12
nowenif you have it set up that way.15:12
nowentake a look a this too: http://www.wikidsystems.com/support/wikid-support-center/how-to/how-to-add-two-factor-authentication-to-nps,  it's just a good overview15:12
nowenwhat you want is authorization via AD and authentication via wikid.15:13
mark__yes15:13
mark__that is correct15:13
nowenif the juniper is a real radius server, it should be able to do it15:13
nowenif not, you can use nps15:13
nowenok - gotta run.  biab15:14
mark__k15:14
mark__later15:14
*** mark__ has quit (Quit: Page closed)15:17
nowen m_denis_demo any progress?15:46
nowendamn, gotta go again. sorry15:47
*** nowen is now known as nowen_away15:47
*** nowen_away is now known as nowen16:39
nowenback16:39
*** nowen has quit (Ping timeout: 250 seconds)17:14
*** Troy__ (329b98a8@gateway/web/freenode/ip.50.155.152.168) has joined #wikid17:16
*** nowen (~nowen@99-174-92-191.lightspeed.tukrga.sbcglobal.net) has joined #wikid17:18
Troy__Hi Nick17:42
Troy__I sent you an e-mail on the jnlp update.. let me know what you think or if you have any ideas on a workaround17:43
*** tmg_ (~tmg@malal.pl) has joined #wikid17:45
*** tmg has quit (Read error: Connection reset by peer)17:46
nowenTroy__: check out this http://stackoverflow.com/questions/5865832/versioning-in-java-web-start18:10
nowenlooks like you need to rename the jar18:11
nowenname of jar file>__V<version number>.jar18:11
Troy__OK.. i will test that now18:12
Troy__ok.. i added the version to the file, wikidtoken__V3.1.25 and added the version="3.1.25" to the jnlp18:18
Troy__that works fine.. however, web start downloads the full application each time the client connection changes18:18
nowenarg18:19
Troy__i think just forces the download each time DNS updates18:19
nowenby client connection, you mean that if the user connection from a different isp?18:19
Troy__no.. when the user is in the office versus coming from home18:20
Troy__in the office 777777777777777 resolves to a different IP then from outside connection18:20
nowenyeah, but the domain id should matter to the jnlp, right?18:21
nowenoh18:21
Troy__the app launches from Java cache fine as long as the IP stays the same18:21
nowenoh18:21
nowenyeah18:21
Troy__not sure how to get around this or force Java web start to avoid re-downloading this18:22
Troy__I even tried the download="lazy" parameter18:22
Troy__-- Indicates if the jar must be downloaded before an application is launched (eager), or not (lazy). Default value is eager18:23
Troy__let me know if you find anything else.. i'll keep digging18:24
nowenI'm looking at file:///media/bigdisk/nowen/Downloads/jnlp-1_5-mr-spec.pdf18:24
nowenoops18:25
nowenhttp://download.oracle.com/otn-pub/jcp/jnlp-1.5-mr-spec-oth-JSpec/jnlp-1_5-mr-spec.pdf?AuthParam=1391538393_741c7ad042f136cd06f54926112cfb5a18:25
Troy__it's mainly an issue for folks that have low bandwidth outside18:25
Troy__we are getting most folks upgraded to the full client which works fine in this situation18:25
nowenthat doc says : <jar href="http://www.mysite.com/b.jar" version="2.3+"/>18:25
nowenI wonder that that needs to be in codebase line18:26
Troy__i'll give that a try18:30
Troy__i think the mysite.com is just an example for documentation18:35
Troy__what is the b.jar ?18:35
nowenoh yeah, i was just thinking about the version part18:35
Troy__the version seems to work fine in my current like18:36
Troy__jar jnlp file18:36
Troy__<jar href="wikidtoken.jar" main="true" version="3.1.25"/>18:36
Troy__<property name="jnlp.versionEnabled" value="true"/>18:37
nowenoh18:37
nowenyou're ahead of me again18:37
Troy__and the filename is renamed to wikidtoken__V3.1.2518:37
nowenwhat if you put the url in there18:37
nowen<jar href="http://777777777777.sanmina.com/wikid/webstart/wikidtoken.jar" main="true" version="3.1.25"/>18:38
Troy__that is all working great.. it's just the changing connections (DNS) forces a full download still18:38
Troy__ok.. let me try18:38
nowenI'm wondering if specifying the url will make a difference.18:38
nowenit looks like it is supposed to be URL/version-id18:39
nowenthat is, if the URL/version-id match, it's not suppose to download.  not sure why dns would matter.18:39
Troy__the full URL works, but still forces the full download18:41
Troy__hmmm18:41
nowenman18:41
nowenit doesn't match what the docs say.18:41
Troy__let me dig a bit more.. i think we are getting closer18:42
*** mark__ (8f74745b@gateway/web/freenode/ip.143.116.116.91) has joined #wikid18:48
mark__Nick you here18:49
nowenyes18:49
mark__Android question18:49
nowenok18:49
mark__any issues you are aware of with the tokens18:52
mark__we are able to enter passcode and pin but then it hangs and never returns a OTP18:52
mark__only on androids so far18:53
mark__trying to get people with other devices to verify18:53
mark__works on wifi but not on cellular netwrok18:53
mark__network18:53
mark__Have tried verizon,sprint and at&t18:54
nowenare you having any connectivity issues with the server?18:54
mark__well the desktops work fine, the phone work fine if on wifi18:55
nowencan you add 8888888888 on your android?18:56
mark__sure18:56
nowenno crashes or issues reported via the android play store18:56
nowenbut my android token isn't getting to your server either18:57
mark__i add 888888888888 as a new domain and it just returns to the wikid screen with no new domain18:57
mark__no registration code or anything18:58
mark__when i hit next it returns back to the wikid app screen18:58
nowenit's odd. not like the android token code changed19:00
nowenit's fast if you pre-pend a *19:02
nowenand fast without now19:03
mark__still not working for me19:04
Troy__i get prompted for the pin, but then it just hangs requesting passcode...19:05
mark__for 888888888888?19:06
mark__or for ours?19:06
nowenoh, i was no wifi19:07
nowenbut it hung once on wifi and then didn't19:07
Troy__i just tested the 7777777777719:07
Troy__i don't have the 888 on my android yet19:07
mark__ok19:07
mark__yes that is what i get on the 77719:07
Troy__does this look like server issue or network / dns issue?19:08
Troy__i think it's dns we would get the PIN prompt19:08
nowenI would say network / dns.19:08
Troy__that's what i would think19:09
nowenthe fact that it only happens on the cell networks makes me think dns.19:10
Troy__let me see if I can get to the adreg page over cell network19:11
nowenalso, if you pre-pend the * to the domain id, it is fast19:12
nowenit's almost like they are trying to route to 777.777.777.77719:12
Troy__it's working again on my phone19:20
Troy__I also was able to get to the registration page.. just a bit slow19:20
nowenyeah, same here19:20
Troy__Nick.. which cell network are you on?19:22
nowent-mobile19:22
Troy__ok19:22
mark__working here as well19:24
mark__verizon19:24
nowenhmm19:24
Troy__this has happened a few times before19:27
Troy__seems to work itself out eventually19:27
nowenodd that it would be multiple carriers19:28
nowenunless they rely on google for dns and they did it19:28
Troy__not sure exactly if it's something not updating DNS properly on our end or the cell network providers are all using the same DNS service19:28
nowenit could be that all android is using google dns19:28
Troy__that very well could be19:28
nowenmy 888 domain was mis-configured. I updated it yesterday via rpm but forgot to change the ports19:35
nowenhmm19:39
nowenhttps://play.google.com/store/apps/details?id=uk.co.mytechie.setDNS19:39
nowenPLEASE DON'T INSTALL ON ANDROID 4.3 FOR THE MOMENT, THERE ARE PROBLEMS  WITH THE WAY DNS HANDLING HAS BEEN CHANGED IN THE KERNEL. I'VE PULLED IT  FROM THE MARKET FOR 4.3 DEVICES.19:39
nowenI was looking for an app to change dns and noticed that19:39
nowenI'm running 4.319:43
Troy__ok.. i doubt if any of our corporate phones are running 4.320:14
Troy__thanks for the heads-up. good to know20:14
*** coolacid has quit (Remote host closed the connection)20:58
mark__Nick21:11
mark__we have some employees on 4.321:11
mark__so they will have to wait until you get it corrected correct?21:11
mark__or are you saying that the setDNS app will not work21:12
*** coolacid (~CoolAcid@unaffiliated/coolacid) has joined #wikid21:13
nowenI'm not 100% sure that's the issue yet21:13
*** coolacid has quit (Remote host closed the connection)21:15
*** coolacid (~CoolAcid@unaffiliated/coolacid) has joined #wikid21:16
mark__ok21:32
mark__i am have one of the affected employees uninstalling the app21:32
mark__then going to have him try to reinstall21:32
mark__seems like most are now working though21:33
nowenhave him add it with a * prepended21:33
nowenso *77777777777721:35
nowenit will always go to dns first21:35
mark__ok22:04
mark__dropping off22:04
nowenok22:04
mark__will let you know when i here back22:05
nowenok22:05
*** mark__ has quit (Ping timeout: 245 seconds)22:09
*** Troy__ has quit (Quit: Page closed)22:49

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