diff --git a/bindings/java/doxygen/os_accounts.dox b/bindings/java/doxygen/os_accounts.dox index 7e260e4db62f8c30292489a8108b6632bfe5e6c2..12547cb3e1076341c4aaf359eb9b1251ee508e4f 100644 --- a/bindings/java/doxygen/os_accounts.dox +++ b/bindings/java/doxygen/os_accounts.dox @@ -29,6 +29,8 @@ A realm has two core fields: - Address that the OS uses internally, such as part of a Windows SID - Name that is what users more often see +A local realm also defines the single host that the realm works on. + When searching for realms, the address has priority over the name. Often times with Windows systems, we may have a realm address from SIDs but not a specific realm name. Realms are managed by org.sleuthkit.datamodel.OsAccountRealmManager.