phpip-support Mailing List for phpIP Management (Page 4)
Brought to you by:
trilexcom
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(7) |
Oct
(2) |
Nov
(6) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
(5) |
Dec
(1) |
2005 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(7) |
Jun
(5) |
Jul
(8) |
Aug
(6) |
Sep
(9) |
Oct
(13) |
Nov
(3) |
Dec
(4) |
2006 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(14) |
Jul
(2) |
Aug
(10) |
Sep
(1) |
Oct
(24) |
Nov
(9) |
Dec
(2) |
2007 |
Jan
|
Feb
(2) |
Mar
(6) |
Apr
|
May
(12) |
Jun
(5) |
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
(4) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <php...@li...> - 2006-09-12 15:49:34
|
I see that the demo page is running version 4.3 of phpip. Is it possible for a beta to be released, as the custom fields are the last thing holding me back from upgrading my current (3.0) version with some hacks for customer fields and I would love to test 4.3 so I can begin a plan to migrate to it. =20 Thank you |
From: <php...@li...> - 2006-08-22 16:46:33
|
Normally after it fails, I delete the database and recreate it and then import the backup I made last week. -----Original Message----- I would assume some of the data was imported after the error message. I would comment out or delete the duplicate column names. michael -- Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > Np, after making the changes, I get this error now: > > $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p > Enter password: > ERROR 1060 (42S21) at line 1: Duplicate column name 'groupid' > |
From: <php...@li...> - 2006-08-22 16:38:41
|
I would assume some of the data was imported after the error message. I would comment out or delete the duplicate column names. michael -- Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > Np, after making the changes, I get this error now: > > $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p > Enter password: > ERROR 1060 (42S21) at line 1: Duplicate column name 'groupid' > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Tuesday, August 22, 2006 12:51 AM > To: php...@li... > Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 > > Please try this out, I have rearrange the sql to drop current primary > index > on the address table. Please also edit this file at the bottom and put in > your password for the local phpip account. > > Item to look for: > INSERT INTO `users` (`username`, `access_level`, `type`, `name`, `email`, > `password`, `groupid`) VALUES > ('phpip', 'admin', 'local', 'ip admin', 'phpip@localhost', MD5( > '$password' ) , 1)"); > > Once this change has been made to phpip, please use the new local account > phpip with your password you defined in the above sql statement. > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Tuesday, August 22, 2006 1:43 AM > To: php...@li... > Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 > > I used the attached file in your previous email. I get this error now: > > $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p Enter password: > ERROR 1068 (42000) at line 11: Multiple primary key defined > > Thanks. > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Monday, August 21, 2006 5:20 PM > To: php...@li... > Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 > > Lets try this again, the upgrade file was incorrect. > > > Michael Earls > > http://www.vermeer.org <http://www.vermeer.org/> > http://www.vermeer.org/pgp > http://www.phpip.net <http://www.phpip.net/> > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > ________________________________ > > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Monday, August 21, 2006 6:04 PM > To: php...@li... > Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 > > > > Sorry about the blank previous email. > > > > Not sure what your driect email is. > > > > So what I did was unpack version 4.2 and then copied everything over into > the 3.2 installation. > > > > Then I ran the upgrade by doing this: > > > > $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p > > Enter password: > > ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist > > > > Should I be doing it differently? > > > > Thanks. > > > > ________________________________ > > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Saturday, August 19, 2006 9:21 AM > To: php...@li... > Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 > > > > If you look under the SQL folder on the new version of phpIP there is a > file > called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current > database and then apply the SQL changes. > > > > If you need any help, feel free to email direct. > > > > Michael Earls > > http://www.vermeer.org <http://www.vermeer.org/> > http://www.vermeer.org/pgp > http://www.phpip.net <http://www.phpip.net/> > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > ________________________________ > > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Friday, August 18, 2006 10:09 PM > To: php...@li... > Subject: [Phpip-support] trying to install or upgrade to 4.2 > > Hi, > > > > I already have an installed 3.2 version and want to upgrade to the newest > version. > > > > I can install a clean new version onto the server, but what's the best way > to import the old database in 3.2 to this one? > > > > I tried this: > > mysql newdatabase < oldatabasql.sql > > But that didn't work, and looking at the database many of the old values > are > slightly changed so it didn't import properly. > > > > Or I can upgrade but I couldn't find any instructions on how to do this, I > attempted to do this by just coping over the new 4.2 version into the old > version directory, but when I ran the http://site/install.php it ran the > install but I couldn't select upgrade. > > > > Any suggestions? I can do it either install method since the old site is > intact but I'm not quite getting it right. > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > |
From: <php...@li...> - 2006-08-22 16:32:15
|
Np, after making the changes, I get this error now: $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p Enter password: ERROR 1060 (42S21) at line 1: Duplicate column name 'groupid' -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Tuesday, August 22, 2006 12:51 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Please try this out, I have rearrange the sql to drop current primary index on the address table. Please also edit this file at the bottom and put in your password for the local phpip account. Item to look for: INSERT INTO `users` (`username`, `access_level`, `type`, `name`, `email`, `password`, `groupid`) VALUES ('phpip', 'admin', 'local', 'ip admin', 'phpip@localhost', MD5( '$password' ) , 1)"); Once this change has been made to phpip, please use the new local account phpip with your password you defined in the above sql statement. Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Tuesday, August 22, 2006 1:43 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 I used the attached file in your previous email. I get this error now: $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p Enter password: ERROR 1068 (42000) at line 11: Multiple primary key defined Thanks. -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 5:20 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Lets try this again, the upgrade file was incorrect. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 6:04 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Sorry about the blank previous email. Not sure what your driect email is. So what I did was unpack version 4.2 and then copied everything over into the 3.2 installation. Then I ran the upgrade by doing this: $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p Enter password: ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist Should I be doing it differently? Thanks. ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-08-22 10:44:57
|
Please try this out, I have rearrange the sql to drop current primary index on the address table. Please also edit this file at the bottom and put in your password for the local phpip account. Item to look for: INSERT INTO `users` (`username`, `access_level`, `type`, `name`, `email`, `password`, `groupid`) VALUES ('phpip', 'admin', 'local', 'ip admin', 'phpip@localhost', MD5( '$password' ) , 1)"); Once this change has been made to phpip, please use the new local account phpip with your password you defined in the above sql statement. Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Tuesday, August 22, 2006 1:43 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 I used the attached file in your previous email. I get this error now: $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p Enter password: ERROR 1068 (42000) at line 11: Multiple primary key defined Thanks. -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 5:20 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Lets try this again, the upgrade file was incorrect. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 6:04 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Sorry about the blank previous email. Not sure what your driect email is. So what I did was unpack version 4.2 and then copied everything over into the 3.2 installation. Then I ran the upgrade by doing this: $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p Enter password: ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist Should I be doing it differently? Thanks. ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-08-22 05:42:52
|
I used the attached file in your previous email. I get this error now: $ mysql phpip < Upgrade_3.2_to_4.2.sql -u root -p Enter password: ERROR 1068 (42000) at line 11: Multiple primary key defined Thanks. -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 5:20 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Lets try this again, the upgrade file was incorrect. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 6:04 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Sorry about the blank previous email. Not sure what your driect email is. So what I did was unpack version 4.2 and then copied everything over into the 3.2 installation. Then I ran the upgrade by doing this: $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p Enter password: ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist Should I be doing it differently? Thanks. ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-08-22 03:14:04
|
Lets try this again, the upgrade file was incorrect. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Monday, August 21, 2006 6:04 PM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 Sorry about the blank previous email. Not sure what your driect email is. So what I did was unpack version 4.2 and then copied everything over into the 3.2 installation. Then I ran the upgrade by doing this: $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p Enter password: ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist Should I be doing it differently? Thanks. ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E ________________________________ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-08-21 22:04:15
|
Sorry about the blank previous email. Not sure what your driect email is. So what I did was unpack version 4.2 and then copied everything over into the 3.2 installation. Then I ran the upgrade by doing this: $ mysql phpip < Upgrade_3.1_to_4.2.sql -u root -p Enter password: ERROR 1146 (42S02) at line 1: Table 'phpip.NetMenu' doesn't exist Should I be doing it differently? Thanks. _____ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E _____ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-08-21 22:01:58
|
_____ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Saturday, August 19, 2006 9:21 AM To: php...@li... Subject: Re: [Phpip-support] trying to install or upgrade to 4.2 If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E _____ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-08-19 19:15:24
|
If you look under the SQL folder on the new version of phpIP there is a file called "Upgrade_3.1_to_4.2.sql". I would suggest you backup the current database and then apply the SQL changes. If you need any help, feel free to email direct. Michael Earls http://www.vermeer.org <http://www.vermeer.org/> http://www.vermeer.org/pgp http://www.phpip.net <http://www.phpip.net/> PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E _____ From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Friday, August 18, 2006 10:09 PM To: php...@li... Subject: [Phpip-support] trying to install or upgrade to 4.2 Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-08-19 02:09:28
|
Hi, I already have an installed 3.2 version and want to upgrade to the newest version. I can install a clean new version onto the server, but what's the best way to import the old database in 3.2 to this one? I tried this: mysql newdatabase < oldatabasql.sql But that didn't work, and looking at the database many of the old values are slightly changed so it didn't import properly. Or I can upgrade but I couldn't find any instructions on how to do this, I attempted to do this by just coping over the new 4.2 version into the old version directory, but when I ran the http://site/install.php it ran the install but I couldn't select upgrade. Any suggestions? I can do it either install method since the old site is intact but I'm not quite getting it right. |
From: <php...@li...> - 2006-07-12 04:46:33
|
--- FYI ONLY --- Hi All, The demo for phpip has been upgraded to phpip-4.3, this release supports prefixes smaller then 24 bits. http://vw.vermeer.org/phpip/ Cheers, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E --- FYI ONLY --- |
From: <php...@li...> - 2006-07-11 21:14:31
|
--- FYI ONLY --- Hi All, Information on the release of phpip-4.3, this release will support prefixes smaller then 24 bits. I should have the demo updated with the changes by the 21st of July if all goes well. I will have a version ready to download a few days after the 21st date. Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E --- FYI ONLY --- |
From: <php...@li...> - 2006-06-26 02:25:32
|
This email is to inform you about the documentation release for phpIP Management. All URLs and other useful information can be found at http://www.phpip.net/ Changes: Please review over the documentation release under phpip help (version 4.2) or use the URL listed below. If there is anything else regarding documentation please add it to the Feature Request. http://www.phpip.net/documentation.php Project description: phpIP Management is a complete IPv4 IPAM (IP address management) suite, built to handle the complexity of managing today's IP address space. phpIP Management was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive. Thanks, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E |
From: <php...@li...> - 2006-06-23 09:49:26
|
Hi Dave, I have added that to the documentation for LDAP under http://www.phpip.net/documentation.php?req=read&ch=10. Cheers, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 7:00 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support Sure enough.... it worked when I changed it to the LDAP domain, instead of the actual server hostname. You may want to add this to the docs or an FAQ. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > My Ldap server is Windows 2000 and I have tested this on Windows 2003. > The thoughts behind this, MS Windows has built in SRV records for > specifying information on available services within the DNS/Domain. > > Cheers, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 6:34 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > Thats a very interesting way to do it, but very uncommon from the > other web/ldap applications I have seen. > My FQDN is the following amount of characters: > xxxxxxxx.xxxxxxxxxxxxxxxx.com > > Not short... but it has never been a problem before. > What LDAP server are you running? > > Dave > > On 6/22/06, php...@li... > <php...@li...> wrote: > > Hi Dave, > > > > My internal development of phpIP is using LDAP, I have SRV _LDAP > > record for corp.phpip.net, and the host offering this service is > > win2k.corp.phpip.net My LDAP Management configuration has > > corp.phpip.net > as the FQDN. > > > > Cheers, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 6:02 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > What is the size on your FQDN, I have the LDAP parser breaking it > > out to three fields > > > > Dc=host, dc=example, dc=com SamAccountName=testuser > > > > Thanks, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 5:50 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > LDAP server = Windows 2003 > > I did use the FQDN and LDAP shown to be supported and enabled when > > installing. > > We have the LDAP working with a dozen other php applications, on the > > same server. > > Thanks, > > Dave > > > > On 6/22/06, php...@li... > > <php...@li...> wrote: > > > Hi Dave, > > > > > > What type of LDAP server are you trying to connect to? Are you > > > using the FQDN in the LDAP management? When installing php was > > > LDAP support > > enabled? > > > Did phpIP find LDAP support when installing? > > > > > > Thanks, > > > > > > Michael > > > > > > > > > > > > > > > Michael Earls > > > > > > http://www.vermeer.org > > > http://www.vermeer.org/pgp > > > http://www.phpip.net > > > > > > PGP Info: KeyID 0x168CBA4E > > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > > > > -----Original Message----- > > > From: php...@li... > > > [mailto:php...@li...] On Behalf Of > > > php...@li... > > > Sent: Thursday, June 22, 2006 4:41 PM > > > To: php...@li... > > > Subject: [Phpip-support] LDAP Login Support > > > > > > I just setup phpIP 4.2. I really like the software so far.... but.... > > > I added my LDAP servers. However, I'm unable to get LDAP logins > > > to work. I tried creating a user (exists in ldap) and said it was > > > an LDAP > > account... > > > but it did not work. > > > > > > I tried to find documentation on the site for the LDAP, but didn't > > > find > > any. > > > I also tried to search the mailing list archives, but sourceforge > > > has them shutdown for maintenance. > > > > > > Any insight would be appreciated! > > > Dave > > > > > > -- > > > > > > ---------------------------------------------------------- > > > Are Your Friends Lemmings? > > > -- http://www.lemmingshirts.com > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat= > > > 12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat= > > > 12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > -- > > > > ---------------------------------------------------------- > > Are Your Friends Lemmings? > > -- http://www.lemmingshirts.com > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 23:11:06
|
Hi Dave, Perfect, I am finishing up the documentation for phpIP, slow process... If there is anything else you need, let me know. Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 7:00 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support Sure enough.... it worked when I changed it to the LDAP domain, instead of the actual server hostname. You may want to add this to the docs or an FAQ. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > My Ldap server is Windows 2000 and I have tested this on Windows 2003. > The thoughts behind this, MS Windows has built in SRV records for > specifying information on available services within the DNS/Domain. > > Cheers, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 6:34 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > Thats a very interesting way to do it, but very uncommon from the > other web/ldap applications I have seen. > My FQDN is the following amount of characters: > xxxxxxxx.xxxxxxxxxxxxxxxx.com > > Not short... but it has never been a problem before. > What LDAP server are you running? > > Dave > > On 6/22/06, php...@li... > <php...@li...> wrote: > > Hi Dave, > > > > My internal development of phpIP is using LDAP, I have SRV _LDAP > > record for corp.phpip.net, and the host offering this service is > > win2k.corp.phpip.net My LDAP Management configuration has > > corp.phpip.net > as the FQDN. > > > > Cheers, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 6:02 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > What is the size on your FQDN, I have the LDAP parser breaking it > > out to three fields > > > > Dc=host, dc=example, dc=com SamAccountName=testuser > > > > Thanks, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 5:50 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > LDAP server = Windows 2003 > > I did use the FQDN and LDAP shown to be supported and enabled when > > installing. > > We have the LDAP working with a dozen other php applications, on the > > same server. > > Thanks, > > Dave > > > > On 6/22/06, php...@li... > > <php...@li...> wrote: > > > Hi Dave, > > > > > > What type of LDAP server are you trying to connect to? Are you > > > using the FQDN in the LDAP management? When installing php was > > > LDAP support > > enabled? > > > Did phpIP find LDAP support when installing? > > > > > > Thanks, > > > > > > Michael > > > > > > > > > > > > > > > Michael Earls > > > > > > http://www.vermeer.org > > > http://www.vermeer.org/pgp > > > http://www.phpip.net > > > > > > PGP Info: KeyID 0x168CBA4E > > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > > > > -----Original Message----- > > > From: php...@li... > > > [mailto:php...@li...] On Behalf Of > > > php...@li... > > > Sent: Thursday, June 22, 2006 4:41 PM > > > To: php...@li... > > > Subject: [Phpip-support] LDAP Login Support > > > > > > I just setup phpIP 4.2. I really like the software so far.... but.... > > > I added my LDAP servers. However, I'm unable to get LDAP logins > > > to work. I tried creating a user (exists in ldap) and said it was > > > an LDAP > > account... > > > but it did not work. > > > > > > I tried to find documentation on the site for the LDAP, but didn't > > > find > > any. > > > I also tried to search the mailing list archives, but sourceforge > > > has them shutdown for maintenance. > > > > > > Any insight would be appreciated! > > > Dave > > > > > > -- > > > > > > ---------------------------------------------------------- > > > Are Your Friends Lemmings? > > > -- http://www.lemmingshirts.com > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat= > > > 12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat= > > > 12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > -- > > > > ---------------------------------------------------------- > > Are Your Friends Lemmings? > > -- http://www.lemmingshirts.com > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 22:59:40
|
Sure enough.... it worked when I changed it to the LDAP domain, instead of the actual server hostname. You may want to add this to the docs or an FAQ. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > My Ldap server is Windows 2000 and I have tested this on Windows 2003. The > thoughts behind this, MS Windows has built in SRV records for specifying > information on available services within the DNS/Domain. > > Cheers, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 6:34 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > Thats a very interesting way to do it, but very uncommon from the other > web/ldap applications I have seen. > My FQDN is the following amount of characters: > xxxxxxxx.xxxxxxxxxxxxxxxx.com > > Not short... but it has never been a problem before. > What LDAP server are you running? > > Dave > > On 6/22/06, php...@li... > <php...@li...> wrote: > > Hi Dave, > > > > My internal development of phpIP is using LDAP, I have SRV _LDAP > > record for corp.phpip.net, and the host offering this service is > > win2k.corp.phpip.net My LDAP Management configuration has corp.phpip.net > as the FQDN. > > > > Cheers, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 6:02 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > What is the size on your FQDN, I have the LDAP parser breaking it out > > to three fields > > > > Dc=host, dc=example, dc=com SamAccountName=testuser > > > > Thanks, > > > > Michael > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 5:50 PM > > To: php...@li... > > Subject: Re: [Phpip-support] LDAP Login Support > > > > LDAP server = Windows 2003 > > I did use the FQDN and LDAP shown to be supported and enabled when > > installing. > > We have the LDAP working with a dozen other php applications, on the > > same server. > > Thanks, > > Dave > > > > On 6/22/06, php...@li... > > <php...@li...> wrote: > > > Hi Dave, > > > > > > What type of LDAP server are you trying to connect to? Are you using > > > the FQDN in the LDAP management? When installing php was LDAP > > > support > > enabled? > > > Did phpIP find LDAP support when installing? > > > > > > Thanks, > > > > > > Michael > > > > > > > > > > > > > > > Michael Earls > > > > > > http://www.vermeer.org > > > http://www.vermeer.org/pgp > > > http://www.phpip.net > > > > > > PGP Info: KeyID 0x168CBA4E > > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > > > > -----Original Message----- > > > From: php...@li... > > > [mailto:php...@li...] On Behalf Of > > > php...@li... > > > Sent: Thursday, June 22, 2006 4:41 PM > > > To: php...@li... > > > Subject: [Phpip-support] LDAP Login Support > > > > > > I just setup phpIP 4.2. I really like the software so far.... but.... > > > I added my LDAP servers. However, I'm unable to get LDAP logins to > > > work. I tried creating a user (exists in ldap) and said it was an > > > LDAP > > account... > > > but it did not work. > > > > > > I tried to find documentation on the site for the LDAP, but didn't > > > find > > any. > > > I also tried to search the mailing list archives, but sourceforge > > > has them shutdown for maintenance. > > > > > > Any insight would be appreciated! > > > Dave > > > > > > -- > > > > > > ---------------------------------------------------------- > > > Are Your Friends Lemmings? > > > -- http://www.lemmingshirts.com > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > > on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > > 16 > > > 42 _______________________________________________ > > > Phpip-support mailing list > > > Php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > > -- > > > > ---------------------------------------------------------- > > Are Your Friends Lemmings? > > -- http://www.lemmingshirts.com > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com |
From: <php...@li...> - 2006-06-22 22:37:49
|
My Ldap server is Windows 2000 and I have tested this on Windows 2003. The thoughts behind this, MS Windows has built in SRV records for specifying information on available services within the DNS/Domain. Cheers, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 6:34 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support Thats a very interesting way to do it, but very uncommon from the other web/ldap applications I have seen. My FQDN is the following amount of characters: xxxxxxxx.xxxxxxxxxxxxxxxx.com Not short... but it has never been a problem before. What LDAP server are you running? Dave On 6/22/06, php...@li... <php...@li...> wrote: > Hi Dave, > > My internal development of phpIP is using LDAP, I have SRV _LDAP > record for corp.phpip.net, and the host offering this service is > win2k.corp.phpip.net My LDAP Management configuration has corp.phpip.net as the FQDN. > > Cheers, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 6:02 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > What is the size on your FQDN, I have the LDAP parser breaking it out > to three fields > > Dc=host, dc=example, dc=com SamAccountName=testuser > > Thanks, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 5:50 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > LDAP server = Windows 2003 > I did use the FQDN and LDAP shown to be supported and enabled when > installing. > We have the LDAP working with a dozen other php applications, on the > same server. > Thanks, > Dave > > On 6/22/06, php...@li... > <php...@li...> wrote: > > Hi Dave, > > > > What type of LDAP server are you trying to connect to? Are you using > > the FQDN in the LDAP management? When installing php was LDAP > > support > enabled? > > Did phpIP find LDAP support when installing? > > > > Thanks, > > > > Michael > > > > > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 4:41 PM > > To: php...@li... > > Subject: [Phpip-support] LDAP Login Support > > > > I just setup phpIP 4.2. I really like the software so far.... but.... > > I added my LDAP servers. However, I'm unable to get LDAP logins to > > work. I tried creating a user (exists in ldap) and said it was an > > LDAP > account... > > but it did not work. > > > > I tried to find documentation on the site for the LDAP, but didn't > > find > any. > > I also tried to search the mailing list archives, but sourceforge > > has them shutdown for maintenance. > > > > Any insight would be appreciated! > > Dave > > > > -- > > > > ---------------------------------------------------------- > > Are Your Friends Lemmings? > > -- http://www.lemmingshirts.com > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier Download IBM WebSphere Application Server v.1.0.1 based > > on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12 > > 16 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 22:33:43
|
Thats a very interesting way to do it, but very uncommon from the other web/ldap applications I have seen. My FQDN is the following amount of characters: xxxxxxxx.xxxxxxxxxxxxxxxx.com Not short... but it has never been a problem before. What LDAP server are you running? Dave On 6/22/06, php...@li... <php...@li...> wrote: > Hi Dave, > > My internal development of phpIP is using LDAP, I have SRV _LDAP record for > corp.phpip.net, and the host offering this service is win2k.corp.phpip.net > My LDAP Management configuration has corp.phpip.net as the FQDN. > > Cheers, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 6:02 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > What is the size on your FQDN, I have the LDAP parser breaking it out to > three fields > > Dc=host, dc=example, dc=com SamAccountName=testuser > > Thanks, > > Michael > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 5:50 PM > To: php...@li... > Subject: Re: [Phpip-support] LDAP Login Support > > LDAP server = Windows 2003 > I did use the FQDN and LDAP shown to be supported and enabled when > installing. > We have the LDAP working with a dozen other php applications, on the same > server. > Thanks, > Dave > > On 6/22/06, php...@li... > <php...@li...> wrote: > > Hi Dave, > > > > What type of LDAP server are you trying to connect to? Are you using > > the FQDN in the LDAP management? When installing php was LDAP support > enabled? > > Did phpIP find LDAP support when installing? > > > > Thanks, > > > > Michael > > > > > > > > > > Michael Earls > > > > http://www.vermeer.org > > http://www.vermeer.org/pgp > > http://www.phpip.net > > > > PGP Info: KeyID 0x168CBA4E > > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > php...@li... > > Sent: Thursday, June 22, 2006 4:41 PM > > To: php...@li... > > Subject: [Phpip-support] LDAP Login Support > > > > I just setup phpIP 4.2. I really like the software so far.... but.... > > I added my LDAP servers. However, I'm unable to get LDAP logins to > > work. I tried creating a user (exists in ldap) and said it was an > > LDAP > account... > > but it did not work. > > > > I tried to find documentation on the site for the LDAP, but didn't > > find > any. > > I also tried to search the mailing list archives, but sourceforge has > > them shutdown for maintenance. > > > > Any insight would be appreciated! > > Dave > > > > -- > > > > ---------------------------------------------------------- > > Are Your Friends Lemmings? > > -- http://www.lemmingshirts.com > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > > 42 _______________________________________________ > > Phpip-support mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com |
From: <php...@li...> - 2006-06-22 22:17:23
|
Hi Dave, My internal development of phpIP is using LDAP, I have SRV _LDAP record for corp.phpip.net, and the host offering this service is win2k.corp.phpip.net My LDAP Management configuration has corp.phpip.net as the FQDN. Cheers, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 6:02 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support What is the size on your FQDN, I have the LDAP parser breaking it out to three fields Dc=host, dc=example, dc=com SamAccountName=testuser Thanks, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 5:50 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support LDAP server = Windows 2003 I did use the FQDN and LDAP shown to be supported and enabled when installing. We have the LDAP working with a dozen other php applications, on the same server. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > Hi Dave, > > What type of LDAP server are you trying to connect to? Are you using > the FQDN in the LDAP management? When installing php was LDAP support enabled? > Did phpIP find LDAP support when installing? > > Thanks, > > Michael > > > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 4:41 PM > To: php...@li... > Subject: [Phpip-support] LDAP Login Support > > I just setup phpIP 4.2. I really like the software so far.... but.... > I added my LDAP servers. However, I'm unable to get LDAP logins to > work. I tried creating a user (exists in ldap) and said it was an > LDAP account... > but it did not work. > > I tried to find documentation on the site for the LDAP, but didn't > find any. > I also tried to search the mailing list archives, but sourceforge has > them shutdown for maintenance. > > Any insight would be appreciated! > Dave > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 21:56:59
|
What is the size on your FQDN, I have the LDAP parser breaking it out to three fields Dc=host, dc=example, dc=com SamAccountName=testuser Thanks, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 5:50 PM To: php...@li... Subject: Re: [Phpip-support] LDAP Login Support LDAP server = Windows 2003 I did use the FQDN and LDAP shown to be supported and enabled when installing. We have the LDAP working with a dozen other php applications, on the same server. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > Hi Dave, > > What type of LDAP server are you trying to connect to? Are you using > the FQDN in the LDAP management? When installing php was LDAP support enabled? > Did phpIP find LDAP support when installing? > > Thanks, > > Michael > > > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 4:41 PM > To: php...@li... > Subject: [Phpip-support] LDAP Login Support > > I just setup phpIP 4.2. I really like the software so far.... but.... > I added my LDAP servers. However, I'm unable to get LDAP logins to > work. I tried creating a user (exists in ldap) and said it was an LDAP account... > but it did not work. > > I tried to find documentation on the site for the LDAP, but didn't find any. > I also tried to search the mailing list archives, but sourceforge has > them shutdown for maintenance. > > Any insight would be appreciated! > Dave > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 > 42 _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 21:49:54
|
LDAP server = Windows 2003 I did use the FQDN and LDAP shown to be supported and enabled when installing. We have the LDAP working with a dozen other php applications, on the same server. Thanks, Dave On 6/22/06, php...@li... <php...@li...> wrote: > Hi Dave, > > What type of LDAP server are you trying to connect to? Are you using the > FQDN in the LDAP management? When installing php was LDAP support enabled? > Did phpIP find LDAP support when installing? > > Thanks, > > Michael > > > > > Michael Earls > > http://www.vermeer.org > http://www.vermeer.org/pgp > http://www.phpip.net > > PGP Info: KeyID 0x168CBA4E > Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > php...@li... > Sent: Thursday, June 22, 2006 4:41 PM > To: php...@li... > Subject: [Phpip-support] LDAP Login Support > > I just setup phpIP 4.2. I really like the software so far.... but.... > I added my LDAP servers. However, I'm unable to get LDAP logins to work. I > tried creating a user (exists in ldap) and said it was an LDAP account... > but it did not work. > > I tried to find documentation on the site for the LDAP, but didn't find any. > I also tried to search the mailing list archives, but sourceforge has them > shutdown for maintenance. > > Any insight would be appreciated! > Dave > > -- > > ---------------------------------------------------------- > Are Your Friends Lemmings? > -- http://www.lemmingshirts.com > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpip-support mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpip-support > -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com |
From: <php...@li...> - 2006-06-22 21:39:46
|
Hi Dave, What type of LDAP server are you trying to connect to? Are you using the FQDN in the LDAP management? When installing php was LDAP support enabled? Did phpIP find LDAP support when installing? Thanks, Michael Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of php...@li... Sent: Thursday, June 22, 2006 4:41 PM To: php...@li... Subject: [Phpip-support] LDAP Login Support I just setup phpIP 4.2. I really like the software so far.... but.... I added my LDAP servers. However, I'm unable to get LDAP logins to work. I tried creating a user (exists in ldap) and said it was an LDAP account... but it did not work. I tried to find documentation on the site for the LDAP, but didn't find any. I also tried to search the mailing list archives, but sourceforge has them shutdown for maintenance. Any insight would be appreciated! Dave -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Phpip-support mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpip-support |
From: <php...@li...> - 2006-06-22 20:41:14
|
I just setup phpIP 4.2. I really like the software so far.... but.... I added my LDAP servers. However, I'm unable to get LDAP logins to work. I tried creating a user (exists in ldap) and said it was an LDAP account... but it did not work. I tried to find documentation on the site for the LDAP, but didn't find any. I also tried to search the mailing list archives, but sourceforge has them shutdown for maintenance. Any insight would be appreciated! Dave -- ---------------------------------------------------------- Are Your Friends Lemmings? -- http://www.lemmingshirts.com |
From: <php...@li...> - 2006-06-20 03:42:32
|
This email is to inform you about the release of version '4.2' of 'phpIP Management' through phpip.net. All URLs and other useful information can be found at http://www.phpip.net The changes in this release are as follows: This pre-release added the ability to display subnet summary stats based used/total. This pre-release added the ability to define groups and assign CIDR/Prefixes for group management. Rewrite of install.php for step by step process, added compatibility check, and new SQL parser for database creation. Change Log http://www.phpip.net/changelog.php Project added: Tue, Sep 24th 2002 14:55 (2 years, 8 months ago) Project description: phpIP Management is a complete IPv4 address management suite, built to handle the complexity of managing today's IP address space. phpIP Management was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive. The frontend is completely PHP driven. Sincerely, phpIP Development Team Michael Earls http://www.vermeer.org http://www.vermeer.org/pgp http://www.phpip.net PGP Info: KeyID 0x168CBA4E Fingerprint 14DD 0899 8FE4 1C16 9561 FA2A 1ACB CA91 168C BA4E |