-
When searching for the dn of the user attempting to
logon, allow for non-anonymous binds. There would need
to be two more configuration variables, that if set,
would be used for the initial bind and password, then
search for the uid, then try to rebind as the dn of
that uid and the password provided by the user.
Our ldap server does not allow anonymous searches...
however anonymous...
2005-04-26 18:24:51 UTC in phpScheduleIt
-
Add the ability to filter by an attribute and/or ldap
group membership.
i.e. a filter:
ldap://ldap.company.com/ou=people,dc=company,dc=com??sub?(accountStatus=active)
http://www.faqs.org/rfcs/rfc2255.html for definition of
ldap urls.
_and_ / _or_ group membership
for example require to be a member of another group for
example:
dn=cn=ScheduleItusers,ou=groups,dc=zapeng,dc=com.
2005-04-26 18:22:47 UTC in phpScheduleIt
-
add configuration parameters for a non-anonymous
search. When logging on Track+ currently connect to
the ldap server as an anonymous user to search for the
uid. Our LDAP server does not allow anonymous searches.
2005-02-22 18:31:14 UTC in Track + Issue Tracker
-
Got it.....
in my gentoo install, it appears that the java executable is not in the path. I made the following change to wrapper.conf:
wrapper.java.command=%JAVA_HOME%/bin/java
And Viola!
FYI, there is now a eBuild in gentoo's bugzilla at:
http://bugs.gentoo.org/show_bug.cgi?id=53404
I will be posting a message on gentoo's forums to try to get a little more exposure for this great...
2004-06-14 00:02:45 UTC in JavaHMO TiVo HMO Server
-
I double checked wrapper.conf and I found the following:
wrapper.logfile.loglevel=INFO
google searched, and then I changed INFO to DEBUG... now my log has the following:
DEBUG | wrapper | 2004/06/13 19:39:53 | Spawning intermediate process...
DEBUG | wrapper | 2004/06/13 19:39:53 | Spawning daemon process...
STATUS | wrapper | 2004/06/13 19:39:53 | --> Wrapper Started as Console.
2004-06-13 23:52:23 UTC in JavaHMO TiVo HMO Server
-
First off, what is the best way to install javaHMO on gentoo? I grabbed the binary rpm, ran it through rpm2tar, and then manually installed all the files. Except for the init script which is very redhat specific.
Secondly, I can't get javaHMO to start, every time I try I get the following in wrapper.log:
STATUS | wrapper | 2004/06/12 12:25:55 | --> Wrapper Started as Console
STATUS...
2004-06-13 01:22:57 UTC in JavaHMO TiVo HMO Server
-
Logged In: YES
user_id=188288
Yes, please! I would love to deploy this at my business,
but ldap authentication is required.
Thanks,
Bryan.
2004-04-08 19:40:55 UTC in phpScheduleIt
-
This patch allows you to define two new variables in
config.irm.inc
$cfg_ldap_bind_dn
$cfg_ldap_bind_pass
to specify which dn to bind as to do the search... You
could previously still login to the site, however it
would not properly pull your fullname and contact info,
and the ldapupdate.php page wouldn't update your info
either.
2004-02-24 21:19:34 UTC in Information Resource Manager
-
If you upgraded from a previous version, specifically 1.4.0 or 1.4.1 then some tables were not changed. Check the patches for an update to setup.php that makes these changes.
2004-02-20 22:37:18 UTC in Information Resource Manager
-
The upgrade portion from 1.4.0/1.4.1 to 1.4.2 is
incomplete. It doesn't make all the table
modifications that it should. I believe this patch
catches those that it misses.
2004-02-20 21:37:34 UTC in Information Resource Manager