Search found 3 matches

by Johanr
Mon Sep 07, 2015 11:42 pm
Forum: Application Development
Topic: Anyone Using Revision Control Software?
Replies: 1
Views: 7539

Re: Anyone Using Revision Control Software?

Did you start using some source control? Plan to use GIT and was curious if you ran into any problems!
by Johanr
Thu Aug 13, 2015 6:45 am
Forum: Application Development
Topic: Connect to Active Directory using T7B?
Replies: 2
Views: 8849

Re: Connect to Active Directory using T7B?

Just wanted to comment on my question... There's no easy way to do it in TxB, so I ended up writing a proxy (running on a PC) in C# and Nancy (web server) that can serve any AD functions I need thru REST calls. This can also easilly implement any other functions that might come in the feature!
by Johanr
Wed Apr 15, 2015 6:02 am
Forum: Application Development
Topic: Connect to Active Directory using T7B?
Replies: 2
Views: 8849

Connect to Active Directory using T7B?

Hi!

I'm trying to figure out if it's possible to connect to an Microsoft Active Directory server for user authentication with some C# code. Anybody tried it?

Any comments are appreciated!

Cheers,
Johan