Displaying 2 results from an estimated 2 matches for "createcli".
Did you mean:
createlli
2014 Apr 29
0
Office365 Password Sync
Hello!
I run Samba 4.1.7 as a DC on Ubuntu 14.04 and try to use MS Azure Password
Sync to Office 365.
When I start the sync in samba log appears a kerberos WRONG PARAM Error and
Azure is logging the following:
Did anybody got the Office365 Passwork Sync to work already?
Password synchronization failed for domain: domain.com. Details:
2016 Jun 19
6
pass invalidation
Hi All,
When I use llvm, I encounter a problem like "unable to schedule pass A required by C"
I investigated deeper. It's like:
I have three passes, say A, B, C(all are on function level)
A would modify IR code. (change instruction order)
For pass B,
I would use the result of pass A, I use addRequired<B>(), and &getAnalysis<B>(), it works.
void