~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to domainjoin/libdomainjoin/include/djauthinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
CENTERROR
29
29
JoinDomain(
 
30
    PCSTR pszDomainName,
 
31
    PCSTR pszUserName,
 
32
    PCSTR pszPassword,
 
33
    PCSTR pszOU,
 
34
    BOOLEAN bNoHosts
 
35
    );
 
36
 
 
37
CENTERROR
 
38
JoinDomainEx(
30
39
    PSTR pszDomainName,
31
40
    PSTR pszUserName,
32
41
    PSTR pszPassword,
33
42
    PSTR pszOU,
34
 
    BOOLEAN bNoHosts
 
43
    BOOLEAN bDoNotChangeHosts,
 
44
    BOOLEAN bDoNotSyncTime
35
45
    );
36
46
 
37
47
CENTERROR
68
78
CENTERROR
69
79
DJGetDomainDC(PCSTR domain, PSTR *dc);
70
80
 
71
 
CENTERROR
72
 
DJGetComputerDN(PSTR *dn);
 
81
void
 
82
DJGetComputerDN(PSTR *dn, LWException **exc);
73
83
 
74
84
//The answer is non-authoritative
75
85
CENTERROR