Integration des Active Directory Controllers und Active Directory Service abgeschlossen.
This commit is contained in:
@@ -57,7 +57,7 @@ export interface UserRep {
|
||||
guid?: number,
|
||||
userId: number,
|
||||
repGroupId?: number,
|
||||
rightGroupId:number,
|
||||
rightGroupId: number,
|
||||
addedWho: string,
|
||||
repUserId?: number,
|
||||
user?: User,
|
||||
@@ -66,6 +66,17 @@ export interface UserRep {
|
||||
repUser?: User
|
||||
}
|
||||
|
||||
export interface ADGroup {
|
||||
export interface DirGroup {
|
||||
samaccountname: Array<string>;
|
||||
}
|
||||
|
||||
export interface DirUser {
|
||||
guid: string;
|
||||
sId: string;
|
||||
employeeId: string;
|
||||
samAccountName: string;
|
||||
givenName: string;
|
||||
middleName: string;
|
||||
surname: string;
|
||||
emailAddress: string;
|
||||
}
|
||||
Reference in New Issue
Block a user