This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 185185 | Password Sync
186186 |--------------------------------------------------------------------------
187187 |
188- | The password sync option allows you to automatically synchronize
189- | users AD passwords to your local database. These passwords are
190- | hashed natively by Laravel using the bcrypt() method.
188+ | The password sync option allows you to automatically synchronize users
189+ | LDAP passwords to your local database. These passwords are hashed
190+ | natively by Laravel using the bcrypt() method.
191191 |
192- | Enabling this option would also allow users to login to their
193- | accounts using the password last used when an AD connection
194- | was present.
192+ | Enabling this option would also allow users to login to their accounts
193+ | using the password last used when an LDAP connection was present.
195194 |
196195 | If this option is disabled, the local database account is applied a
197196 | random 16 character hashed password upon every login, and will
198- | lose access to this account upon loss of AD connectivity.
197+ | lose access to this account upon loss of LDAP connectivity.
199198 |
200199 | This option must be true or false and is only applicable
201200 | to the DatabaseUserProvider.
Original file line number Diff line number Diff line change 88class Importing
99{
1010 /**
11- * The user being synchronized .
11+ * The user being imported .
1212 *
1313 * @var User
1414 */
1515 public $ user ;
1616
1717 /**
18- * The model belonging to the user being synchronized .
18+ * The model belonging to the user being imported .
1919 *
2020 * @var Model
2121 */
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class Synchronized
1515 public $ user ;
1616
1717 /**
18- * The LDAP users database model.
18+ * The LDAP users database model that was synchronized .
1919 *
2020 * @var Model
2121 */
You can’t perform that action at this time.
0 commit comments