Search found 13 matches

by nappy_d
Wed Dec 13, 2006 5:15 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

I have another opensource app; phpScheduleit that searches and authenticates successfully.

Near the beginning of this post, I posted some info of what it uses and seems to work with successfully.

Check it out and see if there is anything I am missing.

I tried to apply it but no luck.
by nappy_d
Wed Dec 13, 2006 3:13 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

Thanks. I enabled logging(had to change the file path). The bind seems successfull, however, it does not seem like lookups are being performed. Here is the output. I have tried it with/without "Query to find an user".

I think I am missing something in my search string and I am trying to figure out ...
by nappy_d
Tue Dec 12, 2006 7:55 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

This is very promising!!

I am still uable to authenticate and wanted to look at the logs. Where does Serendipity store this info? I have enabled the logging option for this.


Also,

These are the settings I have used:

authentication string = uid=%1,ou=internal,ou=people,dc=myDomain,dc=com

Query ...
by nappy_d
Thu Nov 30, 2006 5:21 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

Unfortunately, I don't have any control over authentication for lookups.

And, yes you are correct, I require the plugin to bind to AD_ldap with a single accounts before lookups are performed.

This is what I use with another opensource app that functions with LDAP as we are discussing here. This ...
by nappy_d
Thu Nov 30, 2006 2:18 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

Ok, I think this is what I need. But I preface this by saying I not a programmer but maybe you can point me in the right direction or maybe update the plugin with such options? :D

Near line 258 of serendipity_event_externalauth.php, how can I make it pass on this info to authorize lookups?

$['ldap ...
by nappy_d
Tue Nov 28, 2006 8:52 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

I was looking thru the LDAP php files and I did not see anything such as what I have pasted below. This is the function I need to occur before lookups are done. This snipper was taken from another open source app that I use with LDAP.

Any thoughts?

var $AD_lookupid; // LDAP lookup dn
var $AD ...
by nappy_d
Tue Nov 28, 2006 6:17 pm
Forum: Installation
Topic: errors on start page for Serendipity
Replies: 6
Views: 4131

It is now working. Not sure what happened but I blew away my install about 4 or 5 times before it started working.

Thanks for your tips tho. :)
by nappy_d
Tue Nov 28, 2006 6:16 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

Thanks!! This is looking great so far. I have one question for clarification on the LDAP plugin.

In our LDAP infrastructure(Active Diretory), we require that a user be bound before lookups are performed.

I have another open source app that does such a thing that we use. The app is called ...
by nappy_d
Tue Nov 28, 2006 3:57 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

:oops:

Never thought to check there..(I am new to Serendipity)

Where is that located? I cannot seem to find it.

Thanks!!
by nappy_d
Tue Nov 28, 2006 2:21 pm
Forum: Development
Topic: Enhancements LDAP authentication
Replies: 24
Views: 27580

Enhancements LDAP authentication

Hi,

I recently installed Serendipity and it looks great. It does seem a bit cumbersome to setup multiple users as I plan to use this on our intranet.

That being said, is there anyway to setup LDAP authentication that would:
add a user to the editor group or a group that I specify as the default ...
by nappy_d
Tue Nov 14, 2006 2:57 pm
Forum: Installation
Topic: errors on start page for Serendipity
Replies: 6
Views: 4131

Thanks, I have done that but now these errors appear:
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\serendipity\index.php:1) in c:\inetpub\wwwroot\serendipity\index.php on line 19

Is there something that I am not doing?

So far all my ...
by nappy_d
Mon Nov 13, 2006 3:55 pm
Forum: Installation
Topic: errors on start page for Serendipity
Replies: 6
Views: 4131

Correction, I am actually running php4.4.2 :oops:

The version of Serendipity is 1.0.3a

When I also click on open login screen I get this:


Notice: Undefined variable: serendipity in c:\inetpub\wwwroot\serendipity\index.php on line 20

Warning: Cannot modify header information - headers already ...
by nappy_d
Mon Nov 13, 2006 3:28 pm
Forum: Installation
Topic: errors on start page for Serendipity
Replies: 6
Views: 4131

errors on start page for Serendipity

Hi,

I get the follow error at the top of the Serendipity start page:

Notice: Undefined variable: serendipity in c:\inetpub\wwwroot\serendipity\index.php on line 20

and at the bottom I get:

Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot ...