someone has set a gpo to have complex passwords, use passwords with numbers and caps and lowercase or, just log on as an admn user edit your gpo (where ever it is) and turn it off. However, I do think it should be left on for securtiy purposes
My question is why?, User accounts should not be granted service account permissions unless you are trying to read all mailbox content.
also why would you need to change the add ins permisson? does somebody need the right to add new dlls in to exchange only?
All can be done in the properties...
Hi all,
is there a way to get the client to query an access database on the internet through client side programming without server side code.
I have a client who wants an access database placed on a free server with no server scripting allowed and be able to query it.
Regards
Mark
Have you installed the ADC (Active Directory Connector)? I beleieve that the authentication is the problem because exchnage is not intergrated with Win2k by default. The ADC can be found on the Exchange 5.5 CD or Win2k CD
...Security Info=False;Data Source=\\\\uk.geocities.com\\cypruspremiervillas\\available.mdb";
strSQL = "SELECT * FROM holiday ORDER BY startdate DESC";// Build a SQL statement
TADB.Open(strSQL, ConnectionString, 3,1,1);// Open the recordset
// init finalresult
finalresult =...
Thanks for that :), but just to verify, I can call the parseDate function and the varible I store the result in, I can now pass to my own AddDays function?
Mark
...inc "+inc);
var now=new Date(startdate);
alert (now);
var newdate=new Date();
var newtimems=newdate.getTime()+(DaysToAdd*24*60*60*1000);
newdate.setTime(newtimems);
Adddays=newdate.toLocaleString();
alert (Adddays);
}
// End -->
</SCRIPT>
at the line var now=newdate(startdate); the...
Microsoft IAS (Internet Authentication Services) is designed aid authentication of the user even if they are not active directory aware, some unix boxes are RADIUS (Remote Authentication Dial In User Services) which is like a universal way to authenticate.
Microsofts inplementation of RADIUS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.