LDAP Plugin Installation Issue

View: New views
5 Messages — Rating Filter:   Alert me  

LDAP Plugin Installation Issue

by Izzy-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi everyone,

I'm currently working on Farcry 5.1.0 and I downloaded the LDAP
plugin.  I did what exactly what the documentation had said.  I put it
in the farcry/plugins/farcryldap directory and updated the
application.  So far, I couldn't find the LDAP config section on the
Webtop.  Am I missing something?  The documentation didn't explain
anything else after I downloaded and installed it.

I need some help on this.  Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: LDAP Plugin Installation Issue

by Tomek Kott :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Just to clarify, can you not find the overall configuration section (the cause of which you do not have permission potentially) or that the LDAP config part of the config section is not showing up?

Tomek

On Tue, Jun 30, 2009 at 11:49 AM, Izzy <imelendez@...> wrote:

Hi everyone,

I'm currently working on Farcry 5.1.0 and I downloaded the LDAP
plugin.  I did what exactly what the documentation had said.  I put it
in the farcry/plugins/farcryldap directory and updated the
application.  So far, I couldn't find the LDAP config section on the
Webtop.  Am I missing something?  The documentation didn't explain
anything else after I downloaded and installed it.

I need some help on this.  Thanks.




--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: LDAP Plugin Installation Issue

by AJ Mercer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://docs.farcrycms.org/display/FCDEV50/Farcry+LDAP+User+Directory
has missed a step

your project www -> farcryConstructor.cfm

Look for THIS.plugins
    <cfset THIS.plugins = "farcrycms,farcrygreybox" />
and add the plugin to the list.

The items at the end of the list take precidence. So if a plugin overridess another, it needs to go after.
That is, if you are extending dmNews, it will need to go after farcry


2009/6/30 Izzy <imelendez@...>

Hi everyone,

I'm currently working on Farcry 5.1.0 and I downloaded the LDAP
plugin.  I did what exactly what the documentation had said.  I put it
in the farcry/plugins/farcryldap directory and updated the
application.  So far, I couldn't find the LDAP config section on the
Webtop.  Am I missing something?  The documentation didn't explain
anything else after I downloaded and installed it.

I need some help on this.  Thanks.





--
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: LDAP Plugin Installation Issue

by AJ Mercer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

actually, the instaructions have not skipped a step (morning coffee has not kicked in)
    "add the plugin to your application's plugin list"

Have you done this?


I have done a minor update to the wiki to add a bit of clarification
    http://docs.farcrycms.org/display/FCDEV50/Farcry+LDAP+User+Directory


2009/7/1 AJ Mercer <ajmercer@...>
http://docs.farcrycms.org/display/FCDEV50/Farcry+LDAP+User+Directory
has missed a step

your project www -> farcryConstructor.cfm

Look for THIS.plugins
    <cfset THIS.plugins = "farcrycms,farcrygreybox" />
and add the plugin to the list.

The items at the end of the list take precidence. So if a plugin overridess another, it needs to go after.
That is, if you are extending dmNews, it will need to go after farcry


2009/6/30 Izzy <imelendez@...>


Hi everyone,

I'm currently working on Farcry 5.1.0 and I downloaded the LDAP
plugin.  I did what exactly what the documentation had said.  I put it
in the farcry/plugins/farcryldap directory and updated the
application.  So far, I couldn't find the LDAP config section on the
Webtop.  Am I missing something?  The documentation didn't explain
anything else after I downloaded and installed it.

I need some help on this.  Thanks.





--
AJ Mercer
Web Log: http://webonix.net



--
AJ Mercer
Web Log: http://webonix.net

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: LDAP Plugin Installation Issue

by Izzy-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes but then I realized there were another farcryconstructor file somewhere else and it showed up.  Now, I'm facing a new problem.  I'm receiving the authenication error message.  This I am working with the Network Admin on this issue.  Thanks for your help AJ.

Tomek, the problem was the configuration menu wasn't showing up after I re-initialized that app.  That was until I found another farcryconstructor file located somewhere else and added the plugin on the plugin list.  Thanks anyway. 

On Tue, Jun 30, 2009 at 7:48 PM, AJ Mercer <ajmercer@...> wrote:
actually, the instaructions have not skipped a step (morning coffee has not kicked in)
    "add the plugin to your application's plugin list"

Have you done this?


I have done a minor update to the wiki to add a bit of clarification
2009/7/1 AJ Mercer <ajmercer@...>

http://docs.farcrycms.org/display/FCDEV50/Farcry+LDAP+User+Directory
has missed a step

your project www -> farcryConstructor.cfm

Look for THIS.plugins
    <cfset THIS.plugins = "farcrycms,farcrygreybox" />
and add the plugin to the list.

The items at the end of the list take precidence. So if a plugin overridess another, it needs to go after.
That is, if you are extending dmNews, it will need to go after farcry


2009/6/30 Izzy <imelendez@...>


Hi everyone,

I'm currently working on Farcry 5.1.0 and I downloaded the LDAP
plugin.  I did what exactly what the documentation had said.  I put it
in the farcry/plugins/farcryldap directory and updated the
application.  So far, I couldn't find the LDAP config section on the
Webtop.  Am I missing something?  The documentation didn't explain
anything else after I downloaded and installed it.

I need some help on this.  Thanks.





--
AJ Mercer
Web Log: http://webonix.net



--
AJ Mercer
Web Log: http://webonix.net





--


Regards,
Israel Melendez

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---