search for: department2

Displaying 6 results from an estimated 6 matches for "department2".

Did you mean: department
2012 Dec 11
2
questions on French characters in plot
...----- rm(list=ls()) sessionInfo() # R version 2.15.2 (2012-10-26) # Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) # # locale: # [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 # creating variables department <- c("Nord","Paris","Ard\x8fche") department2 <- c("Nord", "Paris", "Ardèche") n <- c(2,4,1) # creating dataframes df <- data.frame(department,n) df2 <- data.frame(department2,n) department # [1] "Nord" "Paris" "Ard\x8fche" department2 # [1] "N...
2002 Oct 28
0
security bug or misconfiguration ?
...PDC(\\pcserver\user$). %G resolves to the primary UNIX group that the user belongs to and %U resolves to the UNIX user ID. The file structure on the UNIX server is layed out as this: /storage1/department1/users/user1 /storage1/department1/users/user2 /storage1/department1/users/user3 . . /storage1/department2/users/user1 /storage1/department2/users/user2 /storage1/department2/users/user3 etc. This setup has been working fine for some time now, but suddenly we found out that some files in the users personal area were overwritten by other users. The Outlook example above will not overwrite, but is an ea...
2019 Aug 07
2
best practice for domain admins
...BASE OU=Domain controllers OU=Computers OU=users OU=Company OU=Company,OU=Users OU=Company,OU=Computers Then you apply the GPO on OU=Company Or BASE OU=Domain controllers OU=Computers OU=users OU=Company OU=Company,OU=Department1 ( containing its users AND computers ) OU=Company,OU=Department2 ( containing its users AND computers ) Then you apply the GPO on OU=Company and per Deparment OU=Company,OU=Department1 or OU=Company,OU=Department1 But that depends all on you AD design. So dont rush this, think carefully about it. Greetz, Louis
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
...GotoIf($["${callersname}" = "Company4"]?internal,36,1:17); to reception exten => s,17,GotoIf($["${callersname}" = "Company5"]?internal,36,1:18); to reception exten => s,18,GotoIf($["${callersname}" = "Company6"]?internal,89,1:19); to department2 exten => s,19,GotoIf($["${callersname}" = "Company7"]?internal,36,1:20); to reception exten => s,20,GotoIf($["${callersname}" = "Company8"]?internal,13,1:21); to department3 And later in same file: ; Phone 36 reception > *exten => 36,1,Set(CALLE...
2019 Aug 07
4
best practice for domain admins
Am 07.08.19 um 11:45 schrieb Rowland penny via samba: > On 07/08/2019 10:25, Stefan G. Weichinger via samba wrote: >> I expect the next "you should know" here. >> >> How do you handle administrative accounts in your samba/windows domains? >> >> I have to provide some accounts for the so-called admin users at the >> customer ... in some cases they
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
Hi Dmitriy and others and thanks for your help so far. The option "match_auth_username=yes" seems to have had no effect. From my reading, this option will try to match the username of the incoming SIP account to a section heading. If that is how it must work then i can see a big problem. I'm trying to present the receptionist with a nice display of which line the call came in on.