Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP Alternate for Edit Tracking #58

Open
cagridural opened this issue Sep 30, 2016 · 1 comment
Open

LDAP Alternate for Edit Tracking #58

cagridural opened this issue Sep 30, 2016 · 1 comment

Comments

@cagridural
Copy link

Hi. This is a great widget and helped us a lot on using web app builder. First of all I would like to thank you for this. And would like to ask you a question. I'm not sure if this is the right place thus I can post it somewhere else if you want me to.

So here is the question. Is it possible to use edit tracking instead of LDAP? We would like to edit tracking with our own system without LDAP. Users will be recorded in a database. Do you have any suggestions about this scenario?

Thanks in advance.

@cmndrbensisko
Copy link
Owner

At a basic level, editor tracking with the locallayer widget is powered by the index page 'getting' a username for the current user and populating the _llwUser variable with that value. However you populate that username is up to you; The example given in Widget.js uses asp code:

<script type="text/javascript">var _llwUser = "<%= User.Identity.Name.Replace("\","\\") %>"</script>

But this could just as easily be a php script as well. I hope this is enough to get started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants