I want to build small intranet solution with Umbraco with following features:
-some small c# usercontrols that will display some data from SQL into grids.
-file sharing functionality.
-wiki & and howto documents.
-Active directory integration.
If I understood well the permision for front-users can be setup with members group and role base protection.
For AD integration I have seen 2 methods but both has some lacks.
1 - Change web.config to AD membershiprovider - but the problem is that it is not possible to setup member groups because the members are not displayed.
Umbraco Intranet Solution and AD
Hello,
I want to build small intranet solution with Umbraco with following features:
-some small c# usercontrols that will display some data from SQL into grids.
-file sharing functionality.
-wiki & and howto documents.
-Active directory integration.
If I understood well the permision for front-users can be setup with members group and role base protection.
For AD integration I have seen 2 methods but both has some lacks.
1 - Change web.config to AD membershiprovider - but the problem is that it is not possible to setup member groups because the members are not displayed.
2 - Custom login usercontrol and using DirectoryServices to authenticate users and automatically create members assign group , enum membership (for example : http://our.umbraco.org/wiki/how-tos/membership-providers/use-active-directory-to-authenticate-site-members-(intranet) but the problem with this method that the media folders are not protected and can be accesed with direct link.
Any suggestions ?
Thanks,
is working on a reply...