Add AD Account over ldap

**LDAP so Active Directory**
### Eve eden link za pomos: http://pig.made-it.com/pig-adusers.html
### Za password treba so attribute $”unicodePwd”, taka da pazi 😀
### Prvo e potrebno da se enkodira Passwordot so $”UTF16LE” od $”UTF16″ pa so $”base64″

 

## Za enkripcija na password se koristi ovaa komanda
echo -n “\”Password\”” | iconv -f UTF8 -t UTF16LE | base64 -w 0

 

## Posle ti treba ovoj ldif fajl
#####################################################
dn: CN=filip,OU=EhealthUsers,DC=ehealthdev,DC=local
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: filip
sn: filip
telephoneNumber: 1234563213123
sAMAccountName: filip
userPrincipalName: filip@ehealthdev.local

 

dn: CN=filip,OU=EhealthUsers,DC=ehealthdev,DC=local
changetype: modify
replace: unicodePwd
unicodePwd::IgBDAG8AcwBoAHkAJgA5ADYAOQAiAA==

 

dn: CN=filip,OU=EhealthUsers,DC=ehealthdev,DC=local
changetype: modify
replace: userAccountControl
userAccountControl: 512
#####################################################

 

## Za dodavanje korisnik vo AD so LDAP Mora da ti bide Secure konekcijata za da moze unicodePwd (Passwordot) da se stavi
ldapadd -H ldaps://192.168.56.104:636 -x -D “CN=Administrator,CN=Users,DC=ehealthdev,DC=local” -W -f proba.ldif

 

## Za prelistuvanje na Domain Component i proverka dali akauntot e OK
ldapsearch -x -D “CN=filip,OU=EhealthUsers,DC=ehealthdev,DC=local” -W -H ldap://192.168.56.104 -b “dc=ehealthdev,dc=local”

What’s the difference between AF Tracking and AI Servo

Tracking and focusing are two entirely different concepts, but they are joined at the hip.

Focusing is pretty straight forward.  In One Shot AF mode, you put the enabled AF point on the subject, half press the shutter, and the camera should lock focus and beep.  In AI Servo AF mode, the camera focuses, but it does not lock until you fully press the shutter button.  AI Servo AF mode is designed to allow the camera to stay focused on a subject, whose distance to the camera is constantly changing.

You the photographer are primarily responsible for tracking your subject, which means keeping the AF point on the subject as they move.  This often omes into play during sports and wildlife photography shoots.  You must move the camera to not only keep the subject in the viewfinder, but also covered by the active AF point.

In AF Tracking modes, the camera can automatically reselect AF points as your subject moves around the viewfinder.  This is a more advanced mode of using the camera.  The user must go into the menus and tell the camera which AF point to use as the initial AF Tracking point,

https://community.usa.canon.com/t5/EOS-DSLR-Mirrorless-Cameras/What-s-the-difference-between-AF-Tracking-and-AI-Servo/m-p/325465#:~:text=In%20AI%20Servo%20AF%20mode,the%20camera%20is%20constantly%20changing.