*** nowen1 (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid | 11:57 | |
*** TXRH (d8f800fe@gateway/web/freenode/ip.216.248.0.254) has joined #wikid | 13:29 | |
TXRH | Is there a way to make the username longer? It seem to limited to 11. | 13:31 |
---|---|---|
TXRH | we would like to match up with our AD accounts | 13:32 |
*** teshian (~imacdonal@199.255.83.46) has joined #wikid | 14:04 | |
*** TXRH has quit (Ping timeout: 245 seconds) | 14:27 | |
*** TXRH (d8f800fe@gateway/web/freenode/ip.216.248.0.254) has joined #wikid | 14:43 | |
TXRH | I got disconnected, were there any ideas on the username length? | 14:44 |
TXRH | I am setting up the AD self service page now, to see if that will work. | 14:44 |
nowen1 | hey | 14:52 |
nowen1 | hmm | 14:52 |
nowen1 | we have one account that is 00afb711-cdc0-4a0e-b269-ca29b129b7d1 | 14:53 |
nowen1 | TXRH: where we you adding the user? | 14:58 |
TXRH | ok well I was trying to modify en existing user so I deleted it and redid it and not it is working | 15:03 |
nowen1 | hmm, you think it was a bug? | 15:04 |
TXRH | I think the web text field is limiting the text when you modify the username | 15:06 |
nowen1 | what page? in example.jsp? | 15:07 |
TXRH | WiKIDAdmin/searchDevices.jsp | 15:07 |
TXRH | actually this page WiKIDAdmin/editUser.jsp?id=2 | 15:08 |
nowen1 | hmm, I was able to change a username to something more than 11 chars | 15:10 |
TXRH | ok it is 15 chars, and I tried IE, Firefox, and Chrome. - It's not a big deal if I can just delete and recreate it. | 15:14 |
nowen1 | what version are you running? I just did 'testing_username_more_than_eleven_char' 35 chars | 15:15 |
TXRH | 3.4 build 88-b1269 - got another question for you, setting up the AD page it looks like my DC is rejecting the wikid server | 15:17 |
TXRH | I get this error: NamingException was thrown. javax.naming.CommunicationException: 10.128.10.30:389 [Root exception is java.net.ConnectException: Connection refused] at com.sun.jndi.ldap.Connection. | 15:18 |
nowen1 | hmm, sounds like you have the wrong passphrase set for the localhhost | 15:19 |
nowen1 | this line: String wikidClientPass = "passphrase"; | 15:19 |
nowen1 | 15:19 | |
nowen1 | hmm, apparently I forgot to log out of irc somewher | 15:20 |
nowen1 | e | 15:20 |
*** nowen1 is now known as nowen_home | 15:20 | |
*** nowen has quit (Quit: Leaving.) | 15:26 | |
*** nowen_home is now known as nowen | 15:27 | |
nowen | that's better | 15:30 |
TXRH | I check the passphrase, I keep getting "Authentication to the directory failed for" I truned on the Debug that is how I see the java error | 15:32 |
nowen | TXRH: maybe it is a setting on AD? | 15:33 |
nowen | or perhaps you should try the server name instead of the 10.128 ip? | 15:34 |
TXRH | I had tried that do I need to do a wikidctl restart after i make changes? | 15:35 |
nowen | probably so - the page is cached by tomcat | 15:36 |
teshian | Hey Nick we have mutliple wikidadmin users, I think sarah had reached out to you on it, did you give her steps on how to clean it up? | 15:43 |
nowen | teshian: hmm, not sure, but I can | 15:43 |
teshian | I have a ticket to fix it on our side but all I can find in email is | 15:44 |
teshian | He recommended we upgrade the wikid servers to the most current version; | 15:44 |
teshian | he also sent me a fix for the duplicate 'wikidadmin' entries in dc1. | 15:44 |
teshian | Thankfully, that's related to a known bug. | 15:44 |
teshian | Oh never mind I found the email | 15:44 |
nowen | ok | 15:44 |
TXRH | I am not sure what I would change on my AD I have other LDAP connections working and I can use LDP.exe from my desktop and connect fine | 15:48 |
nowen | hmm | 15:48 |
TXRH | I guess I don't need to self register page I will only have 25 users | 15:48 |
nowen | it should work. I can test it on Monday | 15:49 |
TXRH | ok cool thanks for the help. | 15:49 |
nowen | you didn't change the line: String cACertStorePass = "changeit"; | 15:50 |
nowen | right? | 15:50 |
TXRH | correct | 15:51 |
nowen | and can you see the attempt on your AD server? | 15:51 |
nowen | maybe it is the firewall on your wikid server | 15:52 |
TXRH | I was wondering if it could be the firewall on wikid, how can I check? | 15:56 |
nowen | the easy way: 'service iptables stop' turns it off | 15:57 |
TXRH | ok that was it | 15:59 |
nowen | ok | 15:59 |
nowen | so, do you know how to edit a file in linux or do you want the commands to open the port? | 16:00 |
nowen | here are the commands, IIRC: | 16:01 |
TXRH | I can use vi, I guess I should open the ports? | 16:01 |
nowen | # iptables -A INPUT -p tcp --dport 389 -j ACCEPT | 16:01 |
nowen | # iptables-save | 16:01 |
nowen | then, you can check it with 'iptables -L -n' | 16:02 |
TXRH | ok I started iptables again and it is working now, thank you!! | 16:03 |
nowen | awesome | 16:05 |
*** TXRH has quit (Ping timeout: 245 seconds) | 18:09 | |
joevano | nowen: here is a weird one... on the web interface user management page if you sort by type or last activity all the data in the table disappears | 19:28 |
joevano | comes back if you sort by any other field | 19:29 |
nowen | what version are you running? | 19:29 |
joevano | 3.4 87-b1216 | 19:29 |
nowen | that's fixed in the latest, but I recommend waiting for the next release anyway as we have found a couple of bugs that will be fixed shortly | 19:30 |
joevano | k | 19:31 |
joevano | thanks | 19:31 |
nowen | thank you! many eyes make light work | 19:31 |
*** teshian has quit (Quit: teshian) | 22:13 | |
*** nowen1 (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid | 22:40 | |
*** nowen has quit (Read error: Connection reset by peer) | 22:40 | |
*** nowen1 has quit (Quit: Leaving.) | 23:14 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!