Delete 3DPassport User and recreate
Normally when delete user at 3DPassport , it will not allowed the user to be recreated. at "3DPassport Control Center" , audit -> User, search the deleted user When you…
Normally when delete user at 3DPassport , it will not allowed the user to be recreated. at "3DPassport Control Center" , audit -> User, search the deleted user When you…
To replace txt https://hostname.domain.com/3dpassport at many files at same folder to https://bbbbb.domain.com/3dpassport sed -i "s/https:\/\/hostname.domain.com/https:\/\/bbbbb.domain.com/g" `grep -l https://hostname.domain.com *` command explanation: grep -l will only output the file name. ``…